Accounts API Endpoints¶
About Accounts¶
Account - A Lucit account is a container for Campaigns and Creatives. Accounts will normally be assigned to an Operator or Ad Agency.
| Property | Value |
|---|---|
| Can Create | Yes |
| Can Delete | Yes |
Key Features¶
- Container for campaigns and creatives
- Assigned to operators or ad agencies
- Maps to vendor IDs via
unique_idfield (for products, vehicles, properties, etc.)
Endpoints¶
| Method | Endpoint | Description |
|---|---|---|
GET |
/api/v3/accounts | GET accounts |
POST |
/api/v3/accounts | POST accounts |
GET |
/api/v3/accounts/constants/account-classes | GET /accounts/constants/account-classes |
GET |
/api/v3/accounts/constants/field-map | GET /accounts/constants/field-map |
GET |
/api/v3/accounts/constants/roles | GET /accounts/constants/roles |
PUT |
/api/v3/accounts/{lcuid} | PUT accounts/{id} |
GET |
/api/v3/accounts/{lcuid} | GET accounts/{id} |
GET |
/api/v3/accounts/{lcuid}/analytics/by-campaign | GET accounts/{id}/analytics/by-campaign |
GET |
/api/v3/accounts/{lcuid}/analytics/by-item | GET accounts/{id}/analytics/by-item |
GET |
/api/v3/accounts/{lcuid}/analytics/by-period | GET accounts/{id}/analytics/by-period |
GET |
/api/v3/accounts/{lcuid}/analytics/by-screen | GET accounts/{id}/analytics/by-screen |
GET |
/api/v3/accounts/{lcuid}/applications | GET accounts/{id}/applications |
GET |
/api/v3/accounts/{lcuid}/campaigns | GET accounts/{id}/campaigns |
GET |
/api/v3/accounts/{lcuid}/data-sources | GET accounts/{id}/data-sources |
GET |
/api/v3/accounts/{lcuid}/default-creative | GET accounts/{id}/default-creative |
GET |
/api/v3/accounts/{lcuid}/drive-templates | GET accounts/{id}/drive-templates |
GET |
/api/v3/accounts/{lcuid}/inventory-items | GET accounts/{id}/inventory-items |