Skip to main content

Retrieve all credential structures

GET 

/metadata/credentials

This endpoint returns a basic structure of what data must be inputted when adding a credential manually. This should be used when creating a credential using the POST credential endpoint.

This endpoint returns the structure of every supported block on Alloy Embedded. It returns a boolean flag called isOauth which indicates if the credential uses OAuth or an API key.

Request

Header Parameters

    Authorization stringrequired

    Default value: bearer YOUR_API_KEY

Responses

200

Schema

    data

    object[]

  • Array [

  • name string
    icon string
    isOauth boolean

    Default value: true

    properties

    object[]

  • Array [

  • name string
    displayName string
  • ]

  • ]

Loading...