WalkMe Mobile API
Get an Access
Please contact your CSM to get an access to Mobile APIs and to get an API token.
The API is accessed over HTTP.
Being a REST API, the HTTP verb (e.g. GET
or POST
or PATCH
or even DELETE
) used for each API method is important. Typically you will use GET
to retrieve information, POST
to create new objects, PUT
and PATCH
to modify objects, and DELETE
to remove.
The base URL for all calls to the API is
https://dtapi.abbi.io
Note: If your WalkMe account is located in the EU Region you should use the following base URL
https://prodeu-dtapi.abbi.io
All API calls are authenticated using the security header auth
with the value of the access_token
received on the Authenticating calls section.