Translate an OAuth client_id to the internal nevisMeta entity ID
GET/v2/modules/:module/setups/:setupId/client-id-translator
Looks up the internal nevisMeta entity ID for the OAuth client whose protocol-level client_id matches the provided oAuthClientId query parameter. Returns a JSON object with the entityClientId field on success.
Request
Path Parameters
module stringrequired
setupId stringrequired
Query Parameters
oAuthClientId string
Responses
- 200
- 404
The internal nevisMeta entity ID corresponding to the provided OAuth client_id
- application/json
- Schema
Schema
string
No client found with the given OAuth client_id in this setup
Loading...