Management APIService accounts
Get service account
Authorization
BearerAuth AuthorizationBearer <token>
In: header
Path Parameters
serviceAccountID*string
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/user-management/service-accounts/string"{
"serviceAccount": {
"id": "string",
"label": "string",
"description": "string",
"createdAt": "2019-08-24T14:15:22Z"
}
}{
"error": "string"
}{
"error": "string"
}{
"error": "string"
}