For the complete documentation index, see llms.txt. This page is also available as Markdown.

Requests

The Requests endpoints allow you to create and track access change requests in Cakewalk: the grant, change and remove access actions that flow through approval workflows before they are applied. These endpoints enable programmatic submission and monitoring of access requests.

These endpoints are useful for:

  • Listing and filtering access requests by status, type, or last-updated time

  • Submitting grant, change or remove access requests via automation

  • Embedding Cakewalk access request flows into external tools or workflows


📘 Requests Endpoints

Endpoint
Method
Version
Description

GET

v1

Returns a paginated list of requests, optionally filtered by status, type, and last-updated time.

POST

v1

Creates a grant access request for a user or group.

POST

v1

Creates a request to change a user's existing permission level.

POST

v1

Creates a request to revoke a user's or group's access.

Last updated

Was this helpful?