Get Plan Features
GET
/api/canvas/plan/features
const url = 'https://example.com/api/canvas/plan/features';const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://example.com/api/canvas/plan/features \ --header 'Authorization: Bearer <token>'Return the current user’s plan tier, allowed features, and quota usage.
Frontend calls this post-auth to merge with /health/features for combined infrastructure + plan availability.
Authorizations
Section titled “Authorizations ”Responses
Section titled “ Responses ”Successful Response
Media type application/json
Response Get Plan Features Api Canvas Plan Features Get
object
key
additional properties
any
Example generated
{}