v2
OpenAPI 3.0.12026-07-2693281951.6 KBApplication Management
Retrieve sub-applications for the root application provided in the authentication token.
Retrieves sub-applications for the root application provided in the authentication token. If a sub-application is provided in the authentication token, it will return an empty list.
get/applications
Query parameters
Response
The sub-applications that are returned as part of the search results.
Example response
{
"data": [
{
"id": "2698db90-6635-4f76-b673-5ce8e2aeda0e",
"rootApplicationId": "eb25e1ee-f6af-4131-92fe-748e177bf950",
"merchantCategoryCode": "0742",
"ppcUserGroup": "WHOLESALE_FI_FI"
}
]
}