Skip to main content
POST
Create spend item

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

campaignGuid
string
required

The unique identifier of the campaign for which the spend item is being created.

Body

application/json
amount
number
required

The monetary value of the spend item, represented as a number.

name
string
required

The name of the spend item, represented as a string.

order
integer<int32>
required

An integer indicating the order or sequence of the spend item within a list.

description
string

A string providing additional details or context about the spend item.

Response

successful operation

amount
number
required

The financial amount associated with the spend item, represented as a number.

createdAt
integer<int64>
required

A Unix timestamp in milliseconds indicating when the spend item was created.

id
string
required

The unique identifier for the spend item, represented as a string.

name
string
required

The name of the spend item, represented as a string.

order
integer<int32>
required

An integer indicating the order or sequence of the spend item.

updatedAt
integer<int64>
required

A Unix timestamp in milliseconds indicating when the spend item was last updated.

description
string

A string providing additional details about the spend item.

Last modified on August 3, 2026