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:

  1. Find the id of the credential_type from the source_type with which they will be used.
  2. Use GET /credential_types/:id/template with that id to get the template for new credentials.
  3. Fill in the values starting with YOUR and send it to POST /credentials.
Language
Authorization
Query
Click Try It! to start a request and see the response here!