Skip to main content
Retrieve sub-applications for the root application provided in the authentication token.
curl --request GET \
  --url https://api.yapily.com/applications \
  --header 'Authorization: Basic <encoded-value>'
{
  "meta": {
    "tracingId": "0c2d0973bdd24224a65e5d0f7d1b6154",
    "count": 1,
    "pagination": {
      "offset": 0,
      "limit": 1,
      "totalCount": 1
    }
  },
  "data": [
    {
      "id": "2698db90-6635-4f76-b673-5ce8e2aeda0e",
      "name": "Merchant Uno",
      "merchantCategoryCode": 7995,
      "ppcUserGroup": "WHOLESALE_FI_FI",
      "callbackUrls": [
        "https://www.callback-service.com"
      ],
      "isContractPresent": true,
      "rootApplicationId": "eb25e1ee-f6af-4131-92fe-748e177bf950"
    }
  ]
}

Authorizations

Authorization
string
header
required

Use HTTP Basic Authentication with your Application ID as username and Application Secret as password. Manage credentials in the Yapily Console. See Authentication for details.

Query Parameters

publicFilterValues
object

Response

The sub-applications that are returned as part of the search results.

meta
object
data
object[]