AurionAI Docs

Create Public Booking

POST
/api/v2/booking/{token}

Path Parameters

token*Token

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://loading/api/v2/booking/string" \  -H "Content-Type: application/json" \  -d '{    "contact_email": "user@example.com",    "contact_name": "string",    "slot_end": "2019-08-24T14:15:22Z",    "slot_start": "2019-08-24T14:15:22Z"  }'
{}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}