Agencies API Endpoints¶
About Agencies¶
Agency - An Agency can either represent a Media Owner (Billboard Operator) or an Ad Agency. Agencies are containers for one or more accounts and, if an Operator, will contain a set of digital billboards (screens).
| Property | Value |
|---|---|
| Can Create | No |
| Can Delete | No |
Key Features¶
- Represents media owners (billboard operators) or ad agencies
- Container for one or more accounts
- Contains digital billboards (screens) for operators
Endpoints¶
| Method | Endpoint | Description |
|---|---|---|
GET |
/api/v3/agencies | GET agencies |
GET |
/api/v3/agencies/constants/agency-classes | GET /agencies/constants/agency-classes |
GET |
/api/v3/agencies/constants/roles | GET /agencies/constants/roles |
GET |
/api/v3/agencies/{lcuid} | GET agencies/{id} |
GET |
/api/v3/agencies/{lcuid}/accounts | GET agencies/{id}/accounts |
GET |
/api/v3/agencies/{lcuid}/campaigns | GET agencies/{id}/campaigns |
GET |
/api/v3/agencies/{lcuid}/digital-boards | GET agencies/{id}/digital-boards |
GET |
/api/v3/agencies/{lcuid}/lightning-devices | GET agencies/{id}/lightning-devices |