curl --request GET \
--url https://inbound.new/api/e2/guard/{id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"userId": "<string>",
"name": "<string>",
"description": "<string>",
"type": "<string>",
"config": "<string>",
"isActive": true,
"priority": 123,
"lastTriggeredAt": "<string>",
"triggerCount": 123,
"actions": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>"
}Get a specific guard rule by ID.
curl --request GET \
--url https://inbound.new/api/e2/guard/{id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"userId": "<string>",
"name": "<string>",
"description": "<string>",
"type": "<string>",
"config": "<string>",
"isActive": true,
"priority": 123,
"lastTriggeredAt": "<string>",
"triggerCount": 123,
"actions": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>"
}Your Inbound API key. Include it in the Authorization header as: Bearer
Response for status 200
Was this page helpful?