Get Webhooks for Account

Get Webhooks belonging to a given Account

SecurityJWT or DeveloperToken
Request
path Parameters
account_id
required
string <uuid>
Responses
200

Webhook success response

Response Headers
link
string

Pagination links

page-number
integer

Current page of results

per-page
integer

Number of entries per page

total
integer

Total entries across all pagess

total-pages
integer

Number of pages

Response Schema: application/json
Array
account_id
string <uuid>
active
boolean
app_id
string <uuid>
deleted_at
string <date-time>
events
Array of strings (Events)
Items Enum: "project.created" "project.updated" "project.deleted" "asset.created" "asset.copied" "asset.updated" "asset.deleted" "asset.ready" "asset.versioned" "action.executed" "interaction.executed" "asset.label.updated" "comment.created" "comment.updated" "comment.deleted" "comment.completed" "comment.uncompleted" "reviewlink.created" "collaborator.created" "collaborator.deleted" "teammember.created" "teammember.deleted"
id
string <uuid>
inserted_at
string <date-time>
name
string
project_id
string <uuid>
secret
string
object (Team)
team_id
string <uuid>
updated_at
string <date-time>
url
string
401

Unauthorized response

404

Not Found response

get/v2/accounts/{account_id}/hooks
Request samples
Response samples
application/json
[
  • {
    }
]