Skip to main content
GET
/
api
/
v1
/
organizations
/
{org_id}
/
service-accounts
List Service Accounts
curl --request GET \
  --url https://anaconda.com/api/v1/organizations/{org_id}/service-accounts \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "name": "<string>",
      "client_id": "<string>",
      "org_id": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer token obtained by authenticating with your organization admin's email and password (grant_type=password).

See the Getting started page for the full authentication flow.

Path Parameters

org_id
string
required

Your organization ID, found in your organization's URL: anaconda.com/app/organizations/<ORG_ID>/.

Response

List of service accounts

items
object[]
required

The list of service accounts in the organization.