v1

latestSwagger 2.02026-07-1711177156.8 KB
auth

OAuth callback

Handles the OAuth token refresh workflow for the specified provider.

get/oauth/{provider}/token

Path parameters

providerstring required

OAuth provider

Query parameters

tokenstring required

OAuth access token

refreshtokenstring required

OAuth refresh token

Response

OK

tokenstring

The access token used for API requests. Typically expires after a short duration.

expiresininteger

The duration in seconds that the access token is valid for.