The API endpoint absolute pathname. ( Example: /api/v2/organizations ) Note: Some endpoints, for example: Get a user , require URI encoded parameters when not using alphanumeric characters, such as: -, ., _, or ~, characters ). To do this, you can use the encodeURIComponent function: {{ functions.encodeURIComponent(context.user.user_id) }}
Method
Available HTTP methods include:
GET
POST
PUT
PATCH
DELETE
Body
The body of the request.
Headers
The headers of the request.
URL Params
The URL parameters. These parameters are automatically URL-encoded.