Account
Last updated
Last updated
id
Integer
Account unique identification.
name
String
Account name defined by user during creation
owner_account_id
Integer
Id of the owner account or parent account generally used for agency customer campaigns.
created_at
Datetime
Creation date of the account, GMT timezone
updated_at
Datetime
Last update of the account, GMT timezone
deleted_at
Datetime
Field used for softdeleting the account. This property is null for active account.
GET
https://api.smartxsp.io/accounts
Allows you to retrieve the list of accounts associated to the connected user. Please note that the list is limited to the last 1000 accounts.
search
String
Search string filtering on account name.
Authorization*
String
The Bearer token you get during login process.
GET
https://api.smartxsp.io/accounts/{account_id}
Retrieves account details.
account_id*
String
The numeric id of the campaign
Authorization*
String
The Bearer token you get during login process.
POST
https://api.smartxsp.io/accounts
Create a new account.
name*
String
The account name
Authorization*
String
The Bearer token you get during login process.