Retrieve a Credential Input Source

get

/api/v2/credential_input_sources/{id}/

Make GET request to this resource to retrieve a single credential input source record containing the following fields:

  • id: Database ID for this credential input source. (integer)
  • type: Data type for this credential input source. (choice)
  • url: URL for this credential input source. (string)
  • related: Data structure with URLs of related resources. (object)
  • summary_fields: Data structure with name/description for related resources. The output for some objects may be limited for performance reasons. (object)
  • created: Timestamp when this credential input source was created. (datetime)
  • modified: Timestamp when this credential input source was last modified. (datetime)
  • description: Optional description of this credential input source. (string)
  • input_field_name: (string)
  • metadata: (json)
  • target_credential: (id)
  • source_credential: (id)

Request

Supported Media Types
Path Parameters
Back to Top

Response

Supported Media Types

200 Response

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