curl --request GET \ --url 'callers/get-twilio-bundle?isoCountry=US' \ --header 'Authorization: Bearer YOUR_API_KEY'
{ "responseCode": 2000, "message": "Twilio bundle fetched successfully", "data": { "sid": "***", "accountSid": "***", "regulationSid": "***", "friendlyName": "Malakai", "status": "twilio-approved", "validUntil": null, "email": "***", "statusCallback": null, "dateCreated": "2025-01-23T08:48:22.000Z", "dateUpdated": "2025-01-24T14:55:53.000Z", "url": "****", "links": {***} } }
Fetch available Twilio Regulatory Bundles for a specific country.
Bearer
US
CA