Get Credentials

Get specific system-level credentials by id.

This endpoint retrieves the details of specific system-level credentials, including its roles and configuration.

Path parameters

client_idstringRequired

The client ID of the system-level credentials

Headers

AuthorizationstringRequired

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

Response

The details of a specific system-level credentials

client_idstring
OAuth client ID
client_secretstring

OAuth client secret (only returned on creation)

namestring
Display name for the OAuth client
roleslist of objects
List of roles assigned to the client

Errors