Accounts

Accounts

Get all accounts

get
/api/c1/accounts
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
Header parameters
Acceptstring Β· enumRequired

The client must specify an Accept header.

Possible values:
Responses
chevron-right
200

OK

application/vnd.api+json
get
/api/c1/accounts

Get specific account

get
/api/c1/accounts/{accountId}
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
accountIdintegerRequired

Plock account ID

Query parameters
Header parameters
Acceptstring Β· enumRequired

The client must specify an Accept header.

Possible values:
Responses
chevron-right
200

OK

application/vnd.api+json
get
/api/c1/accounts/{accountId}

Last updated