Skip to main content
GET
/
api
/
bridge
/
v1
/
provider
/
grouped-by-function
{
  "items": [
    {
      "function_controller": {
        "categories": [
          "<string>"
        ],
        "documentation": "<string>",
        "name": "<string>",
        "output": {},
        "parameters": {},
        "type_id": "<string>"
      },
      "provider_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>"
      },
      "provider_instances": [
        {
          "provider_instance": {
            "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
          },
          "resource_server_credential": {
            "created_at": "2023-11-07T05:31:56Z",
            "dek_alias": "<string>",
            "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
            "metadata": {},
            "next_rotation_time": null,
            "type_id": "<string>",
            "updated_at": "2023-11-07T05:31:56Z",
            "value": "<any>"
          },
          "user_credential": null
        }
      ]
    }
  ],
  "next_page_token": "<string>"
}

Query Parameters

next_page_token
string | null
page_size
integer
required
provider_controller_type_id
string | null
function_category
string | null

Response

items
object[]
required
next_page_token
string