Accountv4
Request call forwarding
POST
/me/numbers/{number}/call-forwardingOpens a support request to forward calls from an owned dedicated or inbound Blooio number. The destination must be a US E.164 number. Shared or foreign source numbers are rejected.
Path parameters
numberRequiredstringSender phone number in E.164 format, e.g. +15551234567.
Headers
AuthorizationRequiredstringYour API key, sent as a bearer token: Authorization: Bearer <api_key>. Editing this stays in sync with the API key box on the right.
Bearer
Body parameters
JSONforward_toRequiredstringUS E.164 number to forward calls to.
Returns
dataoptionalobjectResponse codes
200Call forwarding requested
401Your API key is missing or invalid. Pass it as a bearer token.
403Your API key isn't allowed to access this account (blocked key or plan limit).
422Validation failed — one or more fields in the request are invalid or missing.
Sends a live request with your values and shows the real response below. Your key is stored only in this browser.
curl -X POST https://api.blooio.com/v4/me/numbers/%2B15551234567/call-forwarding \{ "data": {}}