Skip to Content

View client details

Retrieve details of your registered TPP client.

Endpoint

GET https://tpp.openbanking.prod.lunar.tech/tpp/{clientId} Authorization: Bearer <access-token>

The response includes the client name and ID, assigned roles, configured redirect URIs, and associated certificate chains.

Example

curl \ -H "Authorization: Bearer your-access-token" \ --cert client.pem \ --key client.key \ https://tpp.openbanking.prod.lunar.tech/tpp/your-client-id

Use an access token obtained during TPP registration. See Get a management access token when you need a token with tpp:write to edit your configuration.

Last updated on