Authorization
bearerAuth AuthorizationBearer <token>
API key authentication. Get your API key from the WatchAPI Cloud dashboard.
In: header
Query Parameters
apiEndpointId*string
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://watchapi.dev/api/trpc/alert.getByEndpoint?apiEndpointId=string"[
{
"id": "string",
"name": "string",
"description": "string",
"apiEndpointId": "string",
"userId": "string",
"organizationId": "string",
"condition": "string",
"threshold": 0,
"isActive": true,
"lastTriggered": "string",
"createdAt": "string",
"updatedAt": "string"
}
]{
"code": "BAD_REQUEST",
"message": "Invalid input data",
"issues": []
}{
"code": "UNAUTHORIZED",
"message": "Authorization not provided",
"issues": []
}{
"code": "FORBIDDEN",
"message": "Insufficient access",
"issues": []
}{
"code": "NOT_FOUND",
"message": "Not found",
"issues": []
}{
"code": "INTERNAL_SERVER_ERROR",
"message": "Internal server error",
"issues": []
}