curl --request GET \
--url https://api.kajabi.com/v1/hooks/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "<string>",
"type": "hooks",
"relationships": {
"site": {}
}
}
}Returns specific hook based on it ID
curl --request GET \
--url https://api.kajabi.com/v1/hooks/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "<string>",
"type": "hooks",
"relationships": {
"site": {}
}
}
}Was this page helpful?