v3

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

Authenticates an existing user against a user source based on their credentials. If successful, an access token and a refresh token will be returned.

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

Path parameters

user_source_idinteger required

The id of the user_source to move

Request body

usernamestring required
passwordstring required
accessstring required
refreshstring required

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.