v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBAction Connection
List App Key Registrations
List App Key Registrations
get/api/v2/actions/app_key_registrations
Query parameters
page[size]integer
The number of App Key Registrations to return per page.
page[number]integer
The page number to return.
Response
OK
Example response
{
"data": [
{
"type": "app_key_registration"
}
],
"meta": {
"total": 1,
"total_filtered": 1
}
}