Create a Credential Input Source

post

/api/v2/credential_input_sources/

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

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

Request

Supported Media Types
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