IntegrationsList all providers supported by RAD

List all providers supported by RAD

curl -X GET "https://api.rad.security/tenants/example_string/integrations/providers" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN"
{
  "current_offset": 42,
  "has_more": true,
  "total_count": 10,
  "entries": [
    {
      "name": "John Doe",
      "type": "jira-cloud",
      "auth_method": "credentials",
      "categories": [
        "example_string"
      ],
      "configured": [
        {
          "id": "example_string",
          "name": "John Doe",
          "type": "jira-cloud",
          "config": {}
        }
      ],
      "config": [
        {
          "title": "example_string",
          "key": "example_string",
          "type": "string",
          "enum_values": [
            "example_string"
          ],
          "description": "example_string",
          "required": true
        }
      ]
    }
  ]
}
GET
/tenants/{tenant_id}/integrations/providers
GET
Base URLstring

Target server for requests. Edit to use your own host.

Bearer Token
Bearer Tokenstring
Required

Bearer token - just enter the token, "Bearer" prefix will be added automatically

Request Preview
Response

Response will appear here after sending the request

Authentication

header
Authorizationstring
Required

Bearer token. Authentication token required.

Path Parameters

Responses

current_offsetinteger
Required

The offset of the currently requested record set

has_moreboolean
Required

If there are more records available

total_countinteger
Required

The total number of records that match the criteria

entriesarray
Required