Sign Non Pro Certification
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
Response
Non-empty if the request failed
Bearer authentication of the form Bearer <token>, where token is your auth token.
Non-empty if the request failed
Available to: All authenticated users
Environments: Live
Rate Limit: 10 requests per hour, 30-second back-off, counts all requests
Record a user’s signature on the non-professional certification, which certifies the user as a non-professional for market data purposes. Each user signs the certification once — repeat calls for a user who has already signed are rejected.
Both signing fields are required:
signature — must match the user’s full name exactlydate — must be today’s date (Central Time)By default, the certification is signed for the calling user. To sign on behalf of another user, set userId — this requires the caller to be an organization administrator with business-to-business account-opening (B2B AOP) permission in an organization that allows customer applications.
A successful response returns a successHashCode.
Common Failure Scenarios
userId is provided but the caller does not have B2B AOP permission.Error Messages