Title
Page icon
Create new category
Edit page index title
Edit category
Edit link
Account Setup
Overview
Davinci Commerce Programmable Personalization API allows for creation of advertiser accounts in the platform. Every ad and campaign gets created and managed under an advertiser account. The methods are described in the table below.
Method Name | Method Type | Description |
|---|---|---|
Create Account | POST | Creates an advertiser account on the platform. |
List All Accounts | GET | Returns list of all advertiser accounts created on the platform |
Get Account Details | GET | Returns details of a particular advertiser account on the platform. |
Create Account
Parameters
The Create Account method is a POST method, and hence does not require any path or query parameters.
Sample Request
Request Body
Sample Response
List All Accounts
Parameters
The List All Accounts method does not require any path or query parameters.
Sample Request
Sample Response
Get Account Details
Parameters
Name | Data Type | Requirement | Parameter Type | Description |
|---|---|---|---|---|
accountId | string | Mandatory | path | ID of the account for which the details are being fetched. |
Sample Request
Sample Response