Getting Started

The WalkMe API lets you integrate WalkMe with your internal or third-party systems to automate internal processes.

To get access, contact your account admin to set up your account. Your admin can create users and keys and assign user roles on the Admin page.

📘

The REST API documentation uses Short-Lived Tokens by default. If you're using Personal Access Tokens (PATs), see Personal Access Tokens.

API Base URL

The WalkMe API (v1) is available at: https://api.walkme.com.

  • EU data center customers: https://eu-api.walkme.com
  • FedRAMP data center customers:https://api.walkmegov.com
  • Canada data center customers: https://api-ca1.walkmedap.com
  • SAP US data center customers:https://api-us01.walkme.cloud.sap
  • SAP EU data center customers: https://api-eu01.walkme.cloud.sap
  • SAP CA data center customers: https://api-ca01.walkme.cloud.sap

Server-Side REST APIs

HTTP Response Codes

CodeNameDescription
200SuccessRequest was successful
201CreatedRequested resource created
204No ContentRequest was successful, no content returned
400Bad RequestGeneral validation error
401UnauthorizedToken is invalid / expired
403ForbiddenToken is valid but cannot be used to access the API
404Not FoundResponse specific to user search, user is not found
409ConflictResource (user) key is already being used
5xxServer ErrorServer error, contact WalkMe support