GET
/
endpoints
curl --request GET \
  --url https://api.jogg.ai/v1/endpoints \
  --header 'x-api-key: <api-key>'
{
  "data": [
    {
      "endpoint_id": "<string>",
      "url": "<string>",
      "secret": "<string>",
      "status": "enabled",
      "events": [
        "<string>"
      ],
      "username": "<string>",
      "created_at": 123
    }
  ]
}

Authorizations

x-api-key
string
header
required

Response

200 - application/json
Successful operation
data
object[]