APIs
Debug an API on gateway instances
Debug an API on gateway instances
High risk operation: require explicit user confirmation before execution.
post/environments/{envId}/apis/{apiId}/debug
Request body
Example request
{
"path": "/my-api",
"method": "GET",
"body": "{\"key\":\"value\"}"
}Response
API Debug request successfully sent
Example response
{
"id": "59327494-7258-4cd0-8715-144abe903531",
"type": "DEBUG_API"
}