Skip to main content

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

The internal nevisMeta entity ID corresponding to the provided OAuth client_id

Schema

    string

Loading...