This endpoint checks the availability of a keyword on the account’s shortcode.
FOO
will match foo
and FOO
and Foo
.{"status":"error","error":"invalid keyword names: EXISTINGKW"}
200 OK
with the response body looking like this: {"status":"OK","keyword_name":"available"}
200 OK
with the response body looking like this: {"status":"OK","keyword_name":"unavailable","error":"Name is in use"}
.Tatango authenticates API 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.
ID of the shortcode
Keyword availability check result
The response is of type object
.