Get a list of available domains
The endpoint allows to get a list of available domains for shortening URLs
get/shorten/domains
Headers
Authorizationstring required
Bearer: {access_token}
Content-Typestring required
application/json
Request body
Response
200
Example response
{
"domains": [
{
"name": "xxxx.xx",
"available": true
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.