Enable Multiple Carriers
Enable multiple carriers for a user.
/v1/carriers/multiple/enable
POST
https://api.terminal.africa/v1/carriers/multiple/enable
This endpoint allows you to enable multiple carriers in a single call.
Headers
Name
Type
Description
Authorization*
String
Set value to Bearer SECRET_KEY
Content-Type
String
Set value to application/json
Request Body
Name
Type
Description
{
"status": true,
"message": "Carriers Enabled Successfully",
"data": {
"domestic": [
"CA-58583827047",
"CA-86012707216",
"CA-81957188177",
"CA-31377601348",
"CA-71017347351",
"CA-18228854618",
"CA-85479996273",
"CA-49411197653",
"CA-19429970231",
"CA-39897596546"
],
"international": [
"CA-31377601348",
"CA-81957188177",
"CA-89391853795",
"CA-85479996273",
"CA-19429970231",
"CA-49411197653",
"CA-39897596546"
],
"regional": [
"CA-18228854618",
"CA-86012707216",
"CA-31377601348",
"CA-81957188177",
"CA-85479996273",
"CA-71017347351",
"CA-49411197653",
"CA-19429970231",
"CA-39897596546"
]
}
}
Last updated
Was this helpful?