deprecated

[DEPRECATED] Beta App Status API

App Status API endpoints have been promoted from beta to stable! The beta App Status API endpoints are currently marked deprecated, and will be fully sunset on October 16th 2023

What’s changing?

The API endpoints related to App Status (notably, the Sessions API endpoints) have been promoted from beta to stable! The stable version can be found in our reference documentation here; as a part of this promotion, the beta versions of these endpoints are being marked deprecated.

The following endpoints are now deprecated and will be sunset:

  • Create a new app session - POST /v2-beta/sessions
  • Get an app session - GET /v2-beta/sessions/{id}
  • Update app session - PATCH /v2-beta/sessions/{id}

Instead, use the new stable equivalents:

  • Create a new app session - POST v2/app-sessions
  • Get an app session - GET v2/app-sessions/{id}
  • Update app session - PATCH v2/app-sessions/{id}

For more information on App Status, check out our Developer Documenation.

When is this happening?

The stable version of these endpoints are now live! The beta version of these endpoints is currently marked deprecated, and will be fully sunset on October 16th 2023