Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Tip

GET https://api.adcellerant.com/authorization

Example Request:

Code Block
GET https://api.adcellerant.com/authorization

Example Response:

  • Status: 200 OK

Expand
titleResponse Body
Code Block
"authorizations": [
  {
    "name": "The Best Partner",
    "authorizationId": "891bb822-2d25-4128-8994-001c1b0044a3",
    "advertisers": [
      {
        "id": 456,
        "name": "Advertiser 1"
      },
      {
        "id": 789,
        "name": "Advertiser 2"
      },
      {
        "id": 123,
        "name": "Advertiser 3"
      }
    ]
  }
]

Header Specifications

header

value

Authorization

Basic <your encoded value>

Input Specifications

  • N/A

Output Specifications

Example Request: