Update API Key

Renames a credential or changes its permissions. Public keys also resolve by client_id; a sign-in key accepts only provider_connect and provider_share_owner.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

api_key_idstringRequired
ID of api key.

Request

This endpoint expects an object.
namestringOptional
Name of api key.
permissionsobjectOptional
Granular permissions for the API key. When ommitted all permissions are granted. Otherwise, only permissions set to true are granted.

Response

This endpoint returns an object.
Bearer API Keyobject
OR
Public Key Credentialobject

Errors

400
Validation Error
404
Not Found Error