Tokens
Authentication
Create Token
POST
Tokens
Rate limit: 5 requests/hour, per email address
Email and password combinations are required to generate tokens which are used for authorizing subsequent API calls. Tokens are accepted for 12 hours after generation; it is suggested to store the token in a cookie governed by timestamp logic, although it is acceptable to attempt API actions to determine token validity and re-authenticate as necessary. The token is passed as
Authorization in the header for all subsequent calls.
Email addresses are unique and must be associated with an active user object.
For assistance with your login credentials or access to Production and Staging environments, please email clientsuccess@repdata.com.