v1
latestSwagger 2.02026-08-04244186228.2 KBauthentication
List all apps of customer
get/v1/backoffice/customers/{customer_email}/apps
Query parameters
pageinteger
sizeinteger
sortBystring
orderBystring
statusInstring[]
searchTermstring
workflowNamestring
Headers
X-Fieldsstring mask
An optional fields mask
Response
Success
Example response
{
"apps": [
{
"visibility": "PRIVATE",
"workerRole": "LABELER",
"ownerType": "USER"
}
]
}