latestOpenAPI 3.0.32026-08-10119559584.8 KB

6d091bc86a33

Client Management

Read client registration

Read the current client registration data stored by Collibra.

get/clients/{client_id}

Path parameters

client_idstring required

Client identifier generated by Collibra when the client was registered.

Response

Client data retrieved successfully

client_idstring

Technical client identifier returned by the Authorization Server when the client is registered.

client_id_issued_atinteger

Time at which the client identifier was issued.

The time is represented as the number of seconds from 1970-01-01T00:00:00Z as measured in UTC until the date/time of issuance.

client_namestring

Descriptive name of the client.

Two different clients cannot have the same name.

This should be a name that reveals the purpose of the client.

grant_typesstring[]

Authorization grants that the client is allowed to use.

redirect_urisstring[]

Redirection URI strings for use in the authorization code flow. Required when the client intends to use the authorization_code grant type.