Skip to main content
POST
Sign in a member

Body

application/json
username
string
required

The username of the member

Example:

"john.doe@example.com"

password
string<password>
required

The password of the member

Example:

"mySecurePassword123"

Response

Successful signin

jwt
string
required

JSON Web Token for authentication

Example:

"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c"

member
object
required