- API reference
- Connector credentials
- Create a credential
/v3/connectors/{provider}/credsCreate a credential
Manually create a credential record.
credential_type*stringThe type of the credential. Set this value to connector if you have multiple provider auth applications for a single provider and need to create an override credential. For example, if you have two Google provider auth apps, the Google connector for each application can only connect to one of those Google auth apps by default. You can set up a connector override credential, however, then specify that credential ID in authentication requests so that the request goes through the Google connector, but goes to the non-default Google auth app.
"connector"credential_data*objectAn object that contains special information that must be included in the credential. This information is securely encrypted and stored, and isn't visible to users.
You must include data such as the client_id and client_secret for the provider
auth application.
{"client_id":"3805ABCD1234-ABCD1234uv02m.apps.googleusercontent.com","client_secret":"Ilg....01pe8db"}