curl --request GET \
--url https://api.yapily.com/applications/{applicationId} \
--header 'Authorization: Basic <encoded-value>'{
"meta": {
"tracingId": "0c2d0973bdd24224a65e5d0f7d1b6154"
},
"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"
}
}Retrieves an application by the id provided in the path
curl --request GET \
--url https://api.yapily.com/applications/{applicationId} \
--header 'Authorization: Basic <encoded-value>'{
"meta": {
"tracingId": "0c2d0973bdd24224a65e5d0f7d1b6154"
},
"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"
}
}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.
The id of the application being fetched
Was this page helpful?