Get an API Credential
Get the specified API Credential.
Path parameters
The <code>id</code> of the Organization whose API Credential you want to retrieve.
The <code>clientId</code> of the API Credential to retrieve.
Response
API Credential retrieved
Example response
{
"name": "Auto-Manage-Workspaces",
"description": "Used for automated Workspace management",
"enabled": true,
"organizationId": "org-123",
"clientId": "clientIdabcd1234EXAMPLE",
"roles": {
"workspaces": [
{
"workspaceId": "main"
}
]
},
"ipAllowlist": [
"10.0.0.1/32"
],
"createdBy": "user@example.com",
"createdDate": "2024-08-15T12:34:56.000Z",
"lastUpdatedBy": "user@example.com",
"lastUpdatedDate": "2024-08-15T12:34:56.000Z"
}Changes
Changed in 7 of the 41 revisions of this API.214
- ●
added the new
insightsenum value to theroles/allOf[ApiCredentialRolesSchema]/workspaces/items/products/items/product/allOf[ProductName]/response property for the response status200response-property-enum-value-added
- ●
- ○
added the required property
ipAllowlistto the response with the200statusresponse-required-property-added
- ○
- ○
added the non-success response with the status
404response-non-success-status-added
- ○
- ▲
removed the required property
clientSecretfrom the response with the200statusresponse-required-property-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
the
nameresponse's property pattern^[A-Za-z0-9-]+$was added for the status200response-property-pattern-added
- ○
- ▲
removed the required property
workspaceIdfrom the response with the200statusresponse-required-property-removed
- ▲
- ○
endpoint added
endpoint-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○