Shortcodes
Testing Keyword Availability on Shortcode
This endpoint checks the availability of a keyword on the account’s shortcode.
Request URL
FAQs
What are the limitations for a keyword?
- A keyword must contain at least two characters and no more than 15 characters.
- Keywords are not case sensitive.
FOO
will matchfoo
andFOO
andFoo
. - You can’t use obscene words. We’re not going to spell them out here.
Are keywords case sensitive?
- No. The system checks for duplicate keywords by transforming all keywords to uppercase before performing matching algorithms.
What happens if the keyword isn’t available?
- The response from the API will be a 422 error with the response body looking like this:
{"status":"error","error":"invalid keyword names: EXISTINGKW"}
What happens if the keyword isn’t available?
- Yes. By utilizing this endpoint. The response will either be:
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"}
.
Authorizations
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.
Path Parameters
ID of the shortcode
Body
application/json
Response
200
application/json
Keyword availability check result
The response is of type object
.