curl --request GET \
--url https://staging.api.onenumber.africa/v1/message \
--header 'Authorization: Bearer <token>'{
"statusCode": 123,
"message": "<string>",
"data": [
{
"reference": "<string>",
"currentStatus": "<string>",
"type": "<string>",
"message": "<string>",
"expiry": "<string>",
"recipients": [
{
"reference": "<string>",
"phoneNumber": "<string>",
"email": "<string>",
"firstName": "<string>",
"lastName": "<string>"
}
],
"statuses": [
{
"name": "<string>",
"createdAt": "<string>"
}
]
}
]
}curl --request GET \
--url https://staging.api.onenumber.africa/v1/message \
--header 'Authorization: Bearer <token>'{
"statusCode": 123,
"message": "<string>",
"data": [
{
"reference": "<string>",
"currentStatus": "<string>",
"type": "<string>",
"message": "<string>",
"expiry": "<string>",
"recipients": [
{
"reference": "<string>",
"phoneNumber": "<string>",
"email": "<string>",
"firstName": "<string>",
"lastName": "<string>"
}
],
"statuses": [
{
"name": "<string>",
"createdAt": "<string>"
}
]
}
]
}Show items