API Reference
Paste your API key once and test the Connexify API directly from these docs.
Links
List Links
GET /api/data/links
Try: List Links
https://www.connexify.io/api/data/links
Query
No preset query paramsExtra Headers
No extra headersPaste API key to enable requests
Get Link
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
Query
No preset query paramsExtra Headers
No extra headersPaste 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 Headers
No extra headersPaste 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
Query
No preset query paramsExtra Headers
No extra headersPaste API key to enable requests