Account Variables

Create Account Variable

post

Rate Limiting

This endpoint overrides the general rate limit with an account rate limit. Requests are limited by the authenticated account instead of the IP address. This endpoint is limited to 15 requests every 15 seconds

Body
titlestringRequired
valuestringRequired
Responses
chevron-right
200

Success

application/json
post
/account-variables

Get Account Variable

get

Rate Limiting

This endpoint overrides the general rate limit with an account rate limit. Requests are limited by the authenticated account instead of the IP address. This endpoint is limited to 15 requests every 15 seconds

Path parameters
idOrTitlestringRequired
Responses
chevron-right
200

Success

application/json
get
/account-variables/{idOrTitle}

Update Account Variable

patch

Rate Limiting

This endpoint overrides the general rate limit with an account rate limit. Requests are limited by the authenticated account instead of the IP address. This endpoint is limited to 15 requests every 15 seconds

Path parameters
idOrTitlestringRequired
Body
titlestringOptional
valuestringOptional
Responses
chevron-right
200

Success

application/json
patch
/account-variables/{idOrTitle}

Delete Account Variable

delete

Rate Limiting

This endpoint overrides the general rate limit with an account rate limit. Requests are limited by the authenticated account instead of the IP address. This endpoint is limited to 15 requests every 15 seconds

Path parameters
idOrTitlestringRequired
Responses
chevron-right
200

Success

application/json
delete
/account-variables/{idOrTitle}

List Account Variables

get

Rate Limiting

This endpoint overrides the general rate limit with an account rate limit. Requests are limited by the authenticated account instead of the IP address. This endpoint is limited to 15 requests every 15 seconds

Responses
chevron-right
200

Success

application/json
get
/account-variables

Last updated

Was this helpful?