v3

latestOpenAPI 3.0.3MIT2026-07-313881,2455.6 MB
User sources

Force authenticates an existing user based on their ID. If successful, an access token and a refresh token will be returned.

post/api/user-source/{user_source_id}/force-token-auth

Path parameters

user_source_idinteger required

The user source to use to authenticate the user.

Response

access_tokenstring

'access_token' can be used to authorize for other endpoints that require authorization. This token will be valid for 10 minutes.

refresh_tokenstring

'refresh_token' can be used to get a new valid 'access_token'. This token will be valid for 168 hours.