List custom endpoints for the current account.
curl --request GET \
--url https://api.example.com/api/v1/endpoints{
"items": [
{
"id": "<string>",
"account_id": "<string>",
"name": "<string>",
"description": "<string>",
"path": "<string>",
"method": "<string>",
"auth_required": true,
"condition": "<string>",
"actions": [
{}
],
"response_template": {},
"enabled": true,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"created_by": "<string>"
}
],
"total": 123
}Filter by HTTP method
Filter by enabled status
1 <= x <= 200x >= 0curl --request GET \
--url https://api.example.com/api/v1/endpoints{
"items": [
{
"id": "<string>",
"account_id": "<string>",
"name": "<string>",
"description": "<string>",
"path": "<string>",
"method": "<string>",
"auth_required": true,
"condition": "<string>",
"actions": [
{}
],
"response_template": {},
"enabled": true,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"created_by": "<string>"
}
],
"total": 123
}