AurionAI Docs

Get Public Booking Info

GET
/api/v2/booking/{token}

Path Parameters

token*Token

Query Parameters

date*Date
Match^\d{4}-\d{2}-\d{2}$

Response Body

application/json

application/json

curl -X GET "https://loading/api/v2/booking/string?date=string"
{}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}