Access Token Request (v1 ➞ v2)
✨ Why Migrate?
↺ What Changed?
Feature
API v1
API v2
📁 Migration Steps
✅ Before (API v1)
POST https://evia.enadocapp.com/_apis/falcon/auth/api/v1/Token
Authorization: Bearer <access_token>
Content-Type: application/json
{
"client_id": "<client_id>",
"client_secret": "<client_secret>",
"code": "<authorization_code>",
"grant_type": "authorization_code"
}✅ After (API v2)
🔄 Response Comparison
❌ v1 Response
✅ v2 Response
🔀 What Remains the Same
Last updated