Skip to main content
GET
/
api
/
bridge
/
v1
/
provider
{
  "items": [
    {
      "created_at": "2023-11-07T05:31:56Z",
      "credential_controller_type_id": "<string>",
      "display_name": "<string>",
      "id": "<string>",
      "provider_controller_type_id": "<string>",
      "resource_server_credential_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "return_on_successful_brokering": null,
      "status": "<string>",
      "updated_at": "2023-11-07T05:31:56Z",
      "user_credential_id": null,
      "controller": {
        "categories": [
          "<string>"
        ],
        "credential_controllers": [
          {
            "configuration_schema": {
              "resource_server": {},
              "user_credential": {}
            },
            "documentation": "<string>",
            "name": "<string>",
            "requires_brokering": true,
            "requires_resource_server_credential_refreshing": true,
            "requires_user_credential_refreshing": true,
            "type_id": "<string>"
          }
        ],
        "documentation": "<string>",
        "functions": [
          {
            "categories": [
              "<string>"
            ],
            "documentation": "<string>",
            "name": "<string>",
            "output": {},
            "parameters": {},
            "type_id": "<string>"
          }
        ],
        "name": "<string>",
        "type_id": "<string>"
      },
      "credential_controller": {
        "configuration_schema": {
          "resource_server": {},
          "user_credential": {}
        },
        "documentation": "<string>",
        "name": "<string>",
        "requires_brokering": true,
        "requires_resource_server_credential_refreshing": true,
        "requires_user_credential_refreshing": true,
        "type_id": "<string>"
      },
      "functions": [
        {
          "created_at": "2023-11-07T05:31:56Z",
          "function_controller_type_id": "<string>",
          "provider_controller_type_id": "<string>",
          "provider_instance_id": "<string>",
          "updated_at": "2023-11-07T05:31:56Z",
          "controller": {
            "categories": [
              "<string>"
            ],
            "documentation": "<string>",
            "name": "<string>",
            "output": {},
            "parameters": {},
            "type_id": "<string>"
          }
        }
      ]
    }
  ],
  "next_page_token": "<string>"
}

Query Parameters

page_size
integer
required
next_page_token
string
status
string
provider_controller_type_id
string

Response

items
object[]
required
next_page_token
string