PUT
/
api
/
v1
/
hooks
/
{id}
curl --request PUT \
  --url https://memberkit.com.br/api/v1/hooks/{id} \
  --header 'Content-Type: application/json' \
  --data '""'
{
  "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

Path Parameters

id
integer
required

ID do webhook.

Body

application/json

Response

200 - application/json

The response is of type object.