Skip to main content
GET
/
v1.0
/
distributor
/
accounts
Get List of Accounts
curl --request GET \
  --url https://api.example.com/v1.0/distributor/accounts \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Obtain token from /v1.0/OAuth2/tokens endpoint.

Response

200

Success