I need access token of my anypoint platform which is deployed on on-prem servers and have platinum subscription. So, able to access things in Anypoint Platform as well. I mean, it is an Hybrid model. It is working fine with my trial account when i hit the below URL with my trail account creds. https://anypoint.mulesoft.com:443/accounts/login getting below response
{
"access_token": "9123-4e33-84df-abc124",
"token_type": "bearer",
"redirectUrl": "/home/"
}
but when i try with my client creds getting below response instead of access token in body.
{
"url": "https://verify.salesforce.com/verify/",
"body": {
"request": "eyJhFUzI1NiIsInR5cCI6Imp3dCIsImtpZCI6ImFueXBvaW50X2lhbV9wcm9kLWMyYy02NS0xNjYxNzMxMjI0Mjk5IiwidmVyIjoiMS4wIn0.eyJzdHkiOiJUZW5InRydXN0X3ZlcmlmaWVkX2RldmljZXMiOmZhbHNlLCJlbWFpbCI6IlNUaGlydXBhdGhpQEtDU291dGhlcm4uY29tIiw-E_-N4q4hBBkMq5NQ"
}
}