Get Custom Actions for an Account or Team

Get Custom Actions available to a given Account

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

Action 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
active
boolean
allow_collaborators
boolean
creator_id
string <uuid>
deleted_at
string <date-time>
description
string
event
string
id
string <uuid>
image
string
inserted_at
string <date-time>
name
string
object (Team)
team_id
string <uuid>
updated_at
string <date-time>
upload_url
string
url
string
object (Webhook)
401

Unauthorized response

404

Not Found response

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