Auth

Login

Login to the API

post/v1/auth/login

Query parameters

include_idsboolean

Response

Successful Response

first_namestring required

First name of the authenticated user.

last_namestring required

Last name of the authenticated user.

emailstring required

Email address of the authenticated user.

Example response

{
  "first_name": "John",
  "last_name": "Doe",
  "email": "[EMAIL_ADDRESS]"
}

Changes

Changed in 2 of the 23 revisions of this API.16

  • 536abd065ab015See the full diff
    • the response's body type changed from no type to object for status

      response-body-type-changed

    • api tag Auth added

      api-tag-added

    • added the optional property to the response with the status

      response-optional-property-added

    • added the required property to the response with the status

      response-required-property-added

    • added the required property to the response with the status

      response-required-property-added

    • added the required property to the response with the status

      response-required-property-added

    • endpoint added

      endpoint-added