Name | Type | Description | |
---|---|---|---|
api_key | string | Your API-key | |
app_type | number | app_type [ 1 for Customer] 2 for MERCHANT] |
{
"api_key" : {{apikey}},
"app_type" : 2
}
curl --location --request POST 'https://api.yelo.red/open/notification/getCreds' \
--header 'Content-Type: application/json' \
--data-raw '{
"api_key" : {{apikey}},
"app_type" : 2
}'
{}