pencilLogin

Login Endpoint

post
/auth/login

Authenticates a user by submitting an accessKey (email) and secretKey (password) to get a bearer token.

Body
accessKeystringOptional

Configured API User email address

Example: [email protected]
secretKeystringOptional

Configured API User's password

Example: your-password
Responses
post
/auth/login

Was this helpful?