Skip to main content
POST
/
api
/
v2
/
login
Error
A valid request URL is required to generate request examples
{
  "data": {
    "id": "<string>",
    "attributes": {
      "firstName": "<string>",
      "lastName": "<string>",
      "email": "<string>",
      "createdAt": "<string>"
    },
    "type": "users"
  }
}

Body

application/json
email
string
password
string

Response

Return current user and token

data
object