Links
Pause link
Disable a link without deleting it.
POST
/v1/links/:id/pausecurl -X POST https://api.ofmelite.io/v1/links/4a23c6ba-c701-4502-b854-b1131e91e37a/pause \ -H "Authorization: Bearer ofm_YOUR_API_KEY" \ -H "Content-Type: application/json"200OK
{ "id": "4a23c6ba-c701-4502-b854-b1131e91e37a", "active": false }Request
Headers
Authorizationstringrequired
Bearer token with your Elite API key
Bearer ofm_YOUR_API_KEY
Response
Response fields
activebooleanoptional
Always false after pause