clientId and secretKey.clientId and secretKey.Authorization header for all API requests.POST /auth/token
Content-Type: application/jsoncurl --location --request POST 'https://demo.encorepay.co/FikafiSandbox/FikafiApi/api/auth/token' \
--header 'Content-Type: application/json' \
--data-raw '{
"clientId": "fikafi@mlvp.io",
"key": "$2b$10$fixedsaltsaltfixedsaleyCl0AE/3MQaFBtqtC.STYfO8ldTygz2"
}'{
"accessToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...",
"tokenType": "Bearer",
"expiresIn": 84600
}