GET
/
api
/
v1
/
hooks
curl --request GET \
  --url https://memberkit.com.br/api/v1/hooks
[
  {
    "id": 123,
    "url": "<string>",
    "status": "<string>",
    "events": [
      "<string>"
    ],
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z"
  }
]

Authorizations

api_key
string
query
required

Query Parameters

page
integer

Número da página.

Response

200 - application/json
id
integer
url
string
status
string
events
string[]
created_at
string
updated_at
string