Authenticates a user using their email address within a partner's account space. This endpoint validates the email and checks if the user has previously claimed an access code. Upon successful authentication, it returns access and refresh tokens.

Description

  • Authenticates a user by validating the email and partner ID against the.
  • Validates that the user has previously claimed an access code.

Errors

  • 400 BAD REQUEST: Returned if the provided email is invalid or the partner ID is incorrect.
  • 401 UNAUTHORIZED: Returned if the user lacks the required access or credentials are invalid.
  • 500 INTERNAL SERVER ERROR: Returned if an unexpected server error occurs.

Returns

  • 200 OK: On successful login, returns the account ID and an API session token.
  • 400 BAD REQUEST: If the email or partner ID is invalid.
  • 401 UNAUTHORIZED: If the user is unauthorized.
  • 500 INTERNAL SERVER ERROR: If a server error occurs.
Language
Credentials
Bearer
URL
Click Try It! to start a request and see the response here!