Skip to main content
POST
/
api
/
v1
/
auth
/
login
Login
curl --request POST \
  --url https://colloqui-web-develop-btoadh.laravel.cloud/api/v1/auth/login \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "test@example.com",
  "password": "5m2gM20451lC0!",
  "workspace_id": "01kfy63vz7v5w25nk0xa3xsj5g"
}
'
{
  "data": {
    "id": 429,
    "name": "my-api-key",
    "token": null,
    "created_at": "2026-05-01T06:37:59.000000Z",
    "expires_at": null
  }
}

Documentation Index

Fetch the complete documentation index at: https://cooloquiptyltd.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
email
string
required

Email address for your account. Must be a valid email address.

Example:

"test@example.com"

password
string
required

Password for your account.

Example:

"5m2gM20451lC0!"

workspace_id
string

Workspace ID for your account.

Example:

"01kfy63vz7v5w25nk0xa3xsj5g"

Response

200 - application/json
data
object