Retrieve the OAuth access token of a user
Fetch the corresponding OAuth access token for a user that has previously authenticated with a particular OAuth provider. For OAuth 2.0, if the access token has expired and we have a corresponding refresh token, the access token will be refreshed transparently the new one will be returned.
Path parameters
The ID of the user for which to retrieve the OAuth access token
The ID of the OAuth provider (e.g. oauth_google)
Query parameters
Whether to paginate the results. If true, the results will be paginated. If false, the results will not be paginated.
Applies a limit to the number of results returned. Can be used for paginating the results together with offset.
Skip the first offset results when paginating. Needs to be an integer greater or equal to zero. To be used in conjunction with limit.
Response
Success