Skip to main content
GET
/
api
/
projects
/
{projectId}
/
integrations
List integrations
curl --request GET \
  --url https://api.example.com/api/projects/{projectId}/integrations \
  --header 'Authorization: Bearer <token>'
{
  "results": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "type": "http",
      "config": {
        "method": "post",
        "url": "<string>",
        "timeout": 5000,
        "headers": [],
        "cookies": [],
        "enableInputs": false,
        "inputs": [],
        "output": "<string>"
      },
      "name": "<string>",
      "kind": "<string>",
      "projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "createdAt": "<string>",
      "updatedAt": "<string>",
      "description": "<string>",
      "group": "<string>",
      "deletedAt": "<string>"
    }
  ],
  "paginate": {
    "current": 123,
    "from": 123,
    "to": 123,
    "total": 123,
    "pageSize": 123
  }
}

Authorizations

Authorization
string
header
required

Personal access token is obtained through your profile

Path Parameters

projectId
string<uuid>
required

Project ID

Query Parameters

Search term to filter integrations by name

page
number
default:1

Current page

perPage
number
default:10

Number of items per page

Response

200 - application/json

Paginated list of integrations

Paginated list of integrations

results
object[]
required

List of integrations

paginate
object
required

Pagination metadata