get http://{providerApiEndpoint}/authorization/credentials
RESPONSE BODY
applicationId |
string | applicationId used |
appKey |
string | Will be used in all request API Calls as X-VTEX-API-AppKey |
appToken |
string | Will be used in all request API Calls as X-VTEX-API-AppToken |
REQUEST EXAMPLES AND THEIR RESPONSES
curl --location --request GET '{{providerBaseUrl}}/authorization/credentials?authorizationCode={{authorizationCode}}&applicationId=vtex' \
--data-raw ''
{
"applicationId": "vtex",
"appKey": "c5a5e3f1-4a77-4a00-8b53-0d1adb3e9628",
"appToken": "57ea254d-f3d3-488d-88d7-129766037ed1"
}