For the complete documentation index, see llms.txt. This page is also available as Markdown.

Configuration

Get Account Configuration

get
/v1/accounts/{accountId}/configuration

Retrieve account configuration details.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
accountIdstring · uuidRequired

The account ID

Responses
200

Successful response

application/json
accountIdstring · uuidOptional
accountStatusstring · enumOptionalPossible values:
creditLimitstring · integerOptionalExample: 40000
accountTypestring · enumOptionalPossible values:
get/v1/accounts/{accountId}/configuration

Last updated