post https://{baseUrl}/V1/storeview//customer/oauth2/token
Authenticate your registered customer via this endpoint. Provides the oauth2 token for all API that require it.
Sample Curl
curl --location 'https://mygatewayurl.com/V1/storeview/default/customer/oauth2/token' --header 'Content-Type: application/json' --data-raw '{ "code": "[email protected]", "callback_url": "https://mycallbackdomain.com/mycallbackurl" }'