Back to Explorer

Adobe OAuth endpoints

Adobe OAuth endpoints and related development resources

Adobe authorization endpoint

https://ims-na1.adobelogin.com/ims/authorize
The endpoint to redirect users to in order to grant your application access to their account.

Adobe token endpoint

https://ims-na1.adobelogin.com/ims/token
The endpoint to exchange the authorization code or refresh token for an access token and a refresh token.

Adobe userinfo endpoint

https://ims-na1.adobelogin.com/ims/userinfo/v2
The standardized OAuth endpoint that returns authenticated user profile information, including claims about the current user based on the scope of access token.

Adobe OAuth documentation and resources