Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.robase.dev/v1/sender-ids \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "sender_id": "<string>", "countries": [ "<string>" ], "registered_entity": "<string>", "registration_doc_url": "<string>", "use_case": "<string>", "sample_message": "<string>", "rejection_reason": "<string>" } ] }
Pass your API key as Authorization: Bearer rb_live_...
Authorization: Bearer rb_live_...
OK
Show child attributes