apiKey
to be able to authenticate to the Easytransac API V2.Authorization: Bearer ********************
{
"apiKey": "et_test_abcabcabc12-abcabc12-abcabc12-abcabc12-abcabc12-abcabc12"
}
curl --location --request POST 'https://api.sandbox.easytransac.com/v2/auth' \
--header 'Content-Type: application/json' \
--data-raw '{
"apiKey": "et_test_abcabcabc12-abcabc12-abcabc12-abcabc12-abcabc12-abcabc12"
}'
token
(seconds)token
(ATOM){
"success": true,
"date": "2024-12-31T23:59:59+02:00",
"data": {
"token": "ABCabc123.ABCabc123.ABCabc123",
"expiresIn": 300,
"expiresDate": "2024-12-31T23:59:59+02:00"
}
}