Skip to main content
GET
/
v1
/
service-accounts
/
{sa_id}
Get Service Account
curl --request GET \
  --url https://api.example.com/v1/service-accounts/{sa_id} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

sa_id
string
required

Response

Successful Response

The response is of type Response Get Service Account V1 Service Accounts Sa Id Get · object.