{{baseUrl}}/availability/:type/:qty
GET {{baseUrl}}/availability/:type/:qty
This endpoint allows you to check if a certain type of time stamps are available for purchase
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"data": {
"availability": "89"
},
"success": true,
"message": "",
"error": null
} |
ENDPOINTS