Credentials
Create Credentials
POST
/
credentials
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
credential
object
requiredThe credential of the provider.
metadata
object
The metadata of the credential.
Response
200 - application/json
id
string
requiredThe credential id
uri
string
requiredThe uri of the credential.
credential
object
requiredThe credentials of the provider.
created_at
string
requiredThe date the credential was created.
updated_at
string
requiredThe date the credential was last updated.
account_id
string
requiredThe id associated with the credential.
metadata
object
The metadata of the credential.