{ "opencollection": "1.0.0", "info": { "name": "FirstPromoter Referral Custom Status API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Custom Referral Statuses", "type": "folder" }, "items": [ { "info": { "name": "Set custom status on a referral", "type": "http" }, "http": { "method": "PUT", "url": "https://api.firstpromoter.com/api/v2/company/referrals/:id", "headers": [ { "name": "Account-ID", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The referral ID. Can also be an email, uid, or username when used with `find_by`." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Assign or clear a custom status on an existing referral by passing `custom_status_id`. \n\nFirst use `GET /api/admin/v1/custom_referral_statuses` to retrieve the IDs of your available statuses, then pass the desired `id` here. Pass `null` to remove the status.\n\n**HTTP Request**
`PUT https://api.firstpromoter.com/api/v2/company/referrals/{id}`
" } ] } ], "bundled": true }