[DEPRECATED] Beta App Canvas API
App Canvas API endpoints have been promoted from beta
to stable! The beta
App Canvas API endpoints are currently marked deprecated, and will be fully sunset on November 13th 2023
What’s changing?
The API endpoints related to App Canvas 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 App Canvas endpoints are now deprecated:
- Create an App Canvas -
POST /v2-beta/canvases
- Get App Canvas -
GET /v2-beta/canvases/{canvas_id}
- Update App Canvas -
PATCH /v2-beta/canvases/{canvas_id}
- Archive app canvases -
POST /v2-beta/canvases:archive
- Unarchive app canvases -
POST /v2-beta/canvases:unarchive
Instead, use the new stable equivalents:
- Create an App Canvas -
POST v2/app-canvases
- Get App Canvas -
GET v2/app-canvases/{canvas_id}
- Update App Canvas -
PATCH v2/app-canvases/{canvas_id}
- Archive app canvases -
POST v2/app-canvases:archive
- Unarchive app canvases -
POST v2/app-canvases:unarchive
For more information on App Canvas, check out our Developer Documenation
When is this happening?
The stable version of these endpoints is now live! The beta
version of these endpoints is currently marked deprecated, and will be fully sunset on November 13th 2023