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://staging.api.onenumber.africa/v1/recipient-groups \ --header 'Authorization: Bearer <token>'
{ "statusCode": 123, "message": "<string>", "data": [ { "reference": "<string>", "name": "<string>", "recipients": [ { "reference": "<string>", "phoneNumber": "<string>", "firstName": "<string>", "lastName": "<string>", "email": "<string>" } ] } ] }
Show items