cURL
curl --request POST \ --url https://staging.api.onenumber.africa/v1/recipients \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "phoneNumber": "<string>", "firstName": "<string>", "lastName": "<string>", "email": "<string>" } '
{ "statusCode": 123, "message": "<string>", "data": [ { "reference": "<string>", "phoneNumber": "<string>", "firstName": "<string>", "lastName": "<string>", "email": "<string>" } ] }
Show properties