post https://public-api.bindplane.bluemedora.com/v1/credentials
Creates a new credential. Utilizes the template returned by the Get credential type template request
Credentials are created using a template for a credential_type.
To create new credentials:
- Find the
id
of the credential_type from the source_type with which they will be used. - Use
GET /credential_types/:id/template
with that id to get the template for new credentials. - Fill in the values starting with
YOUR
and send it toPOST /credentials
.