v1

latestOpenAPI 3.0.32026-07-13182371.7 KB
Service Account
experimental

List service accounts in an org

Retrieves all service accounts for the specified organization.

Scopes

OAuth 2.0 scopes required: read:service-accounts:admin

get/orgs/{orgId}/service-accounts

Path parameters

orgIdstring required

Your organization is identified by a Unique ID. You get your organization ID and organization API key simultaneously.

Response

Returned if the request is successful.

totalinteger required

The total number of service accounts in the organization.

Example response

{
  "items": [
    {
      "updatedAt": 1764642980899
    }
  ]
}