Create a Credential Input Source for a Credential

post

/api/v2/credentials/{id}/input_sources/

Make a POST request to this resource with the following credential input source fields to create a new credential input source associated with this credential.

  • description: Optional description of this credential input source. (string, default="")
  • input_field_name: (string, required)
  • metadata: (json, default={})

  • source_credential: (id, required)

Request

Supported Media Types
Path Parameters
Body ()
Root Schema : CredentialInputSource
Type: object
Show Source
Nested Schema : Metadata
Type: object
Title: Metadata
Back to Top

Response

Supported Media Types

201 Response

Body ()
Root Schema : CredentialInputSource
Type: object
Show Source
Nested Schema : Metadata
Type: object
Title: Metadata
Back to Top