Base URL
Authentication
Every request must include a bearer token in theAuthorization header and the API version in the Version header.
OAuth scopes
| Scope | Access |
|---|---|
links.readonly | Read trigger link configurations |
links.write | Create, update, and delete trigger links |
Quick start
Retrieve all trigger links for a location:Endpoints
| Method | Path | Description |
|---|---|---|
GET | /links/ | Get Links |
POST | /links/ | Create Link |
GET | /links/id/{linkId} | Get Link by ID |
PUT | /links/{linkId} | Update Link |
DELETE | /links/{linkId} | Delete Link |
GET | /links/search | Search Trigger Links |
Related
- Workflows API overview — build automations that trigger link clicks activate
- Contacts API overview — manage contacts whose clicks are tracked
- OAuth 2.0 overview — obtain and refresh access tokens
.png?fit=max&auto=format&n=EQK5eX9kTD8NzWwA&q=85&s=878008bf159fcc4964d0c0d508b6e400)