All Actions

Returns all defined action IDs and corresponding action names.

Rate Limit

This endpoint is subject to the general API rate limit of 50 requests per 10 seconds. Learn more about handling rate limits.

Sample Request

https://apiX.optimove.net/current/actions/GetAllActions

Sample Response

[
  {"ActionID":1,"ActionName":"10% Bonus"},
  {"ActionID":2,"ActionName":"15% Bonus"},
  {"ActionID":3,"ActionName":"20% Bonus"}
]
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!