v1
latestOpenAPI 3.0.12026-07-227292131.4 KBme
Create an auth token via OAuth.
Create a short-term authentication token using a third-party OAuth provider (e.g., Google).
post/me/oauth/auth-tokens
Request body
Example request
{
"provider": "google",
"accessToken": "ya29.a0AfH6SMB..."
}Response
Successfully created an auth token for user via OAuth.
Example response
{
"authToken": "eyJhbGciOiJIUzI1NiIsInR..."
}