POST
/
api
/
v3
/
sites
/
{site_uuid}
/
cards
curl --request POST \
  --url https://cloud.volttime.com/api/v3/sites/{site_uuid}/cards \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "b",
  "id_token": "ngzmiyvdljnikhwa"
}'
{
  "data": {
    "id": "019690ce-f31f-73b7-b9b3-1f2173592ca0",
    "name": "Haven Romaguera",
    "id_token": "eDI7xc8ZgO7KvMWYPh34",
    "created_at": "2025-05-02T11:43:23.000000Z",
    "updated_at": "2025-05-02T11:43:23.000000Z"
  }
}

Authorizations

Authorization
string
header
required

See the documentation for more information.

Path Parameters

site_uuid
string
required

Body

application/json

Response

200 - application/json

The response is of type object.