Skip to main content

Login (Get Bearer Token)

POST 

/api/auth/login

Login to SKU.io to get a bearer token for API authentication.

Request Body:

  • email - User email
  • password - User password

Response: Returns user data and authentication token.

Note: The test script automatically saves the token to bearer-token collection variable.

Request

Responses

Successful response