LogoLogo
Go to WebsiteLoginGet a Demo
  • Introduction
  • Getting Started
  • Authentication
  • Users
    • GET /users
    • GET /users/{id}
  • User Groups
    • GET /UsersGroups/
    • GET /UsersGroups/{usersGroupId}
    • GET /UsersGroups/{usersGroupId}/DefaultWorkApps
    • GET /UsersGroups/{usersGroupId}/HiddenWorkApps
    • GET /UsersGroups/{usersGroupId}/Users
    • POST /UsersGroups/{usersGroupId}/Users
    • DELETE /UsersGroups/{usersGroupId}/Users/{userId}
  • Applications
    • GET /WorkApps
    • GET /WorkApps/{workAppId}
    • GET /WorkApps/{workAppId}/Accesses
    • GET /WorkApps/{workAppId}/PermissionLevels
    • POST /WorkApps/Accesses
    • PUT /WorkApps/{workAppId}/Policies/{requestType}
    • PUT /WorkApps/{workAppId}/PermissionLevels/{permissionLevelId}/Policies/{requestType}
  • Tasks
    • GET /Tasks/{taskId}
    • POST /Tasks/{taskId}/Approve
    • POST /Tasks/{taskId}/Decline
  • Policies
    • GET /Policies/CompatiblePolicies/{requestType}
  • Webhooks
    • Webhook’s signature verification
  • Changelog
Powered by GitBook

Links

  • Privacy policy
  • Imprint
  • Support

© All right reserved, Cakewalk Technology GmbH 2025

On this page
  • Overview
  • Base URL
  • Authentication

Was this helpful?

Introduction

Welcome to the Cakewalk API! This guide provides developers and integrators with everything they need to understand and use the API effectively.


Overview

The Cakewalk API can be used to programmatically access and take action on data within Cakewalk.

Use the API to:

  • Retrieve SaaS application and user data

  • Automate tasks

  • Integrate Cakewalk events into your operational tools

  • Trigger workflows based on access or provisioning events

Base URL

https://open-api.getcakewalk.io

Authentication

All endpoints require an API key and API secret for authentication. Include it as a X-API-KEY and X-API-SECRET in the Authorization header.

X-API-KEY: api key
X-API-SECRET: api secret

NextGetting Started

Last updated 4 days ago

Was this helpful?