POST
/
auth
/
login
Authenticate user
curl --request POST \
  --url https://coreapi-dev.us.bcpapers.ca/auth/login \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "<string>",
  "password": "<string>",
  "region": "<string>",
  "workspaceSlug": "<string>"
}
'
{}

Body

application/json

Login credentials

email
string
password
string
region
string
workspaceSlug
string

Response

OK

The response is of type object.