Linked Account
Create linked account
POST
/
api
/
v2
/
public
/
linked-account
This API allows you to create a new linked account for your customer within Cobalt’s platform.
Request description
Body Parameters
Unique customer identification id. For Eg: markwood@some_email.com
User name. for Eg: Mark Wood
An object containing the details of your application associated with your account.
Passing an empty your_app
object without auth_credentials
will throw an API Error.
It is recommended to either do not pass your_app object or pass it with auth_credentials.
An object containing user-defined fields (if any) associated with the linked account.
Response description
index id of the record created
Organization Id
Linked account id
Environment in which the account was created
Name of the linked account
Initial values passed while creating the linked account. User can pass any values of primitive datatypes.
Creation time
`Last update time