Table of Contents |
---|
pre-requisites
Overview
Authentication provides who the requesting user is, while Authorization provides what the requesting user has access to. Authorization is required in order to use any of the external APIs. The authorization endpoint provides the API user with the partners and advertisers they have access to within ui.marketing. The authorized partners will have an authorizationId
associated with it that can be retrieved from the API response. From there, permitted advertisers can be retrieved. This authorizationId
will be needed for all other external APIs.Get all authorizations the authenticated user has access to.
Endpoint
Tip |
---|
Example
...
Request:
Status: 200 OK
Expand | title | GET
---|
Code Block |
GET https://api.adcellerant.com/authorization |
Example Response:
Status: 200 OK
Expand | ||
---|---|---|
| ||
|
Header Specifications
header | value |
---|---|
Authorization | Basic <your encoded value> |
See: Authentication
Input Specifications
N/A
Output Specifications
A list of authorizations
Example Request: