Skip to main content

January 17, 2026

· 2 min read

GET /store/orders

  • added the optional property 'results/items/locked_at' to the response with the '200' status
View updated docs

POST /store/orders

  • added the optional property 'locked_at' to the response with the '201' status
View updated docs

GET /store/orders/current_order

  • added the optional property 'locked_at' to the response with the '200' status
View updated docs

GET /store/orders/{id}

  • added the optional property 'locked_at' to the response with the '200' status
View updated docs

POST /store/orders/{id}/cancel

  • added the new optional request property 'locked_at'
  • added the optional property 'locked_at' to the response with the '200' status
View updated docs

January 13, 2026

· 2 min read

GET /applications

  • removed the required property 'results/items/type' from the response with the '200' status
View updated docs

POST /applications

  • removed the required property 'type' from the response with the '201' status
  • removed the request property 'type'
View updated docs

GET /applications/{id}

  • removed the required property 'type' from the response with the '200' status
View updated docs

PATCH /applications/{id}

  • removed the required property 'type' from the response with the '200' status
  • removed the request property 'type'
View updated docs

PUT /applications/{id}

  • removed the required property 'type' from the response with the '200' status
  • removed the request property 'type'
View updated docs

December 15, 2025

· 2 min read

GET /events

  • added the required property 'results/items/is_full' to the response with the '200' status
View updated docs

POST /events

  • added the required property 'is_full' to the response with the '201' status
View updated docs

PUT /events/external_id:{external_id}

  • added the required property 'is_full' to the response with the '200' status
View updated docs

GET /events/{id}

  • added the required property 'is_full' to the response with the '200' status
View updated docs

PUT /events/{id}

  • added the required property 'is_full' to the response with the '200' status
View updated docs

November 24, 2025

· One min read

We'll automatically update this area of the site when the TeamUp API changes.