Movie Confirmation endpoints return the quantity of tickets are associated with a given confirmation code for a particular movie.
Verb | Endpoint | Description | |
---|---|---|---|
GET | /v1/movies/{movie-id}/confirmation-check/{confirmation-code} | Gets the number of tickets associated with a given confirmation code for a particular movie. |
GET /v1/movies/574632/confirmation-check/ZZZV
{ "quantity": 3 }