Português (BR)
cURL
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" } ]
Retorna uma lista de webhooks para notificações.
Número da página.
The response is of type object[].
object[]
Esta página foi útil?