post https://api.yelp.com/oauth2/token/v3
Either:
- Exchanges an authorization_code for an access_token, or
- Exchanges a refresh_token for an access_token.
When exchanging a refresh_token for an access_token, also invalidates existing refresh_token and generates a new refresh_token.
See Refresh Tokens for how this works
This endpoint is part of the OAuth Authorization flow, visit OAuth Authorization to learn more.