Authentification
Body
usernamestringRequiredExample:
User's login username
OseMediapasswordstring · passwordRequiredExample:
User's password
********Responses
200
Successfully authenticated
application/json
tokenstringOptionalExample:
JWT token to be used for subsequent API calls
eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6Ik9zZU1lZGlhIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c400
Bad request - invalid parameters or missing required fields
application/json
401
Unauthorized - invalid or missing authentication token
application/json
500
Internal server error
application/json
post
/loginLast updated