Skip to main content
GET
/
api
/
v2
/
shortcodes
cURL
curl "https://app.tatango.com/api/v2/shortcodes" -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -u emailaddress@mydomain.com:my_api_key \
  -H "Host: example.org" \
  -H "Cookie: "
{
  "status": "OK",
  "shortcodes": [
    "33733"
  ]
}

Request URL

GET https://app.tatango.com/api/v2/shortcodes

Authorizations

Authorization
string
header
required

The momoGood Messaging API v2 authenticates requests by validating an API key passed via HTTP Basic Authentication. Use your login email as the username and your API key as the password.

Query Parameters

ID
integer

ID of MOMT Report to get status of

Response

Successful response

status
string
required
Example:

"OK"

shortcodes
string[]
required
Example:
["33733"]