List Actions
GET
https://api.anunzi.net/v2/actions
Retrieve a paginated list of all available actions configured in your Anunzi environment.
Query Parameters
limit
int32
No
Number of actions displayed per page (default: 20
).
offset
int32
No
Starting point for listing actions (default: 0
).
Example Request (cURL)
Example Response (200 OK)
Response Fields
total_records
int32
Total number of actions available.
limit
int32
Number of actions displayed per page.
offset
int32
Starting point of the records returned.
action_id
string
Unique identifier for the action.
action_type
string
Type of action (e.g., SEND_SMS
, LIVE_TRANSFER
, REAL_TIME_BOOKING
).
name
string
Name of the action.
description
string
Description of what the action is expected to do.
parameters_hard_coded
object
Key-value pairs containing predefined parameters for the action.
Status Codes
200
Actions retrieved successfully.
400
Bad Request. Invalid or missing parameters.
Última actualización
¿Te fue útil?