v1.0
Jivox API Documentation

Account Setup

Overview

Jivox 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 NameMethod TypeDescription
Create AccountPOSTCreates an advertiser account on the platform.
List All AccountsGETReturns list of all advertiser accounts created on the platform
Get Account DetailsGETReturns 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

Javascript
Copy

Request Body

Javascript
Copy

Sample Response

Javascript
Copy

List All Accounts

Parameters

The List All Accounts method does not require any path or query parameters.

Sample Request

Javascript
Copy

Sample Response

Javascript
Copy

Get Account Details

Parameters

NameData TypeRequirementParameter TypeDescription
accountIdstringMandatorypathID of the account for which the details are being fetched.

Sample Request

Javascript
Copy

Sample Response

Javascript
Copy