Skip to main content

API Reference

Paste your API key once and test the Connexify API directly from these docs.


GET /api/data/links

Try: List Links

https://www.connexify.io/api/data/links
QueryNo preset query params
Extra HeadersNo extra headers
Paste API key to enable requests

GET /api/data/links/{id}

Path params:

  • id (string, required)

Try: Get Link

https://www.connexify.io/api/data/links/my-link-id
Path Params
QueryNo preset query params
Extra HeadersNo extra headers
Paste API key to enable requests

Clients

List Clients

GET /api/data/clients

Query params (optional):

  • page (number, default: 1)
  • limit (number, default: 100)
  • linkId (string)
  • isDeleted (boolean: true || false)
  • status (string: new || connected)

Try: List Clients

https://www.connexify.io/api/data/clients?page=1&limit=10&status=new&isDeleted=true&linkId=link-id
Query
Extra HeadersNo extra headers
Paste API key to enable requests

Get Client

GET /api/data/clients/{id}

Path params:

  • id (string, required)

Try: Get Client

https://www.connexify.io/api/data/clients/client_123
Path Params
QueryNo preset query params
Extra HeadersNo extra headers
Paste API key to enable requests