Skip to main content
GET
Get Service Account

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

id
string<uuid>
required

Service account identifier (UUID).

Response

OK

id
string<uuid>

Service account identifier.

name
string

Unique display name within the organization.

description
string | null

Optional free-text description of the service account.

status
enum<string>

Current lifecycle state of the service account.

Available options:
active,
deactivated
client_id
string<uuid>

Auto-generated. Used for OAuth 2.0 client credentials authentication.

external_id
string | null

Idempotency key supplied by the calling system.

created_at
string<date-time>

ISO 8601 UTC.

created_by
string<uuid>

User ID of the creator.

permissions
object[]

Direct permissions assigned to this service account.