About
Subscriber and Authorization¶
Access Control (Subscriber) and Authorization (OAuth2), by default, all the requests to our API require a subscriber key and authorization token.
You will learn how to get a subscriber key and authorization token in the following steps.
Subscriber Key¶
The subscriber is used to:
- Access control on the API
- Control requests,
- Reports,
- Limits and access products.
Subscriber Key
The subscriber key is required to access our API.
P.S.: A subscriber key is 32-character alphanumeric text that contains a value that uniquely identifies a subscriber in our API.
The Subscriber Key is sent in the request header.
For example:
Authorization (OAuth2)¶
The authorization token is used to validate your identity in Quartile LLC, this token is required to access our API.
Authorization Token
The authorization token is required to access our API.
P.S: An authorization code is an alphanumeric password that authorizes your user to search, change, delete, or enter information into a security-protected API.
The Authorization Token is sent in the request header.
For example: