v1

latestOpenAPI 3.0.0Apache 2.02026-07-13104382.5 KB
APIs

List APIs

List APIs

get/connector/apis

Query parameters

cursorstring nullable

Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response.

limitinteger

Number of results to return. Minimum 1, Maximum 200, Default 20

status'live' | 'beta' | 'development' | 'considering'

Status of the API. APIs with status live or beta are callable.

Apply filters

{
  "status": "beta"
}

Headers

x-apideck-app-idstring required

The ID of your Unify application

Response

Apis

status_codeinteger required

HTTP Response Status Code

statusstring required

HTTP Response Status

_rawRaw nullable

Raw response from the integration when raw=true query param is provided

Example response

{
  "status_code": 200,
  "status": "OK",
  "data": [
    {
      "id": "file-storage",
      "name": "File Storage API",
      "description": "Manage API keys, access tokens, OAuth flows and integrations.",
      "spec_url": "https://specs.apideck.com/file-storage.yml",
      "api_reference_url": "https://developers.apideck.com/apis/file-storage/reference",
      "postman_collection_id": "1311564-00e7266b-a3d6-4f40-b172-baaa66a3ed6f",
      "categories": [
        "files",
        "file-storage",
        "cloud-storage",
        "object-storage"
      ],
      "resources": [
        {
          "id": "companies",
          "name": "Companies"
        }
      ],
      "events": [
        "crm.contact.updated",
        "accounting.invoice.created"
      ]
    }
  ],
  "meta": {
    "items_on_page": 50,
    "cursors": {
      "previous": "em9oby1jcm06OnBhZ2U6OjE=",
      "current": "em9oby1jcm06OnBhZ2U6OjI=",
      "next": "em9oby1jcm06OnBhZ2U6OjM="
    },
    "total_count": 1,
    "warnings": [
      {
        "type": "downstream_request_failed",
        "status_code": 429,
        "operation": "getManager"
      }
    ]
  },
  "links": {
    "previous": "https://unify.apideck.com/crm/companies?cursor=em9oby1jcm06OnBhZ2U6OjE%3D",
    "current": "https://unify.apideck.com/crm/companies",
    "next": "https://unify.apideck.com/crm/companies?cursor=em9oby1jcm06OnBhZ2U6OjM"
  }
}