v2

OpenAPI 3.0.12026-07-2693281951.6 KB
Application 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

applicationIdsstring[]

Sub-application ids to filter the results for. If provided, the results will only include sub-applications with the given ids. Non-existent ids will be ignored.

offsetinteger

The number of results to skip.

limitinteger

The maximum number of results to return.

sortstring

The field to sort the results by.

Possible values:

  • last_updated (ascending)
  • -last_updated (descending)
  • name (ascending)
  • -name (descending)
  • uuid (ascending)
  • -uuid (descending)

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"
    }
  ]
}