Does REST /admin/oauth/access_token need migrating to GraphQL

Good afternoon,

We are using the /admin/oauth/access_token REST endpoint to obtain the access token during app installation.
In the context of migrating away from REST to GraphQL API, which GraphQL endpoint should we replace it with? Or maybe it does not need replacing?

Thank you!
Piotr

Hi @Piotr_Wojcicki

The Offline/Online Access Token exchange API is separate from the Admin GraphQL/REST APIs.

It doesn’t even accept a version like the Admin API.

I haven’t seen an equivalent GraphQL API example in the documentation yet, but I suspect they’ll update the online/offline access token exchange guide when it’s available.

Just to confirm, if there are any changes to the token exchange it will be documented in the changelog.