Skip to main content

Authenticate using credentials

POST 

/login

Authenticate using credentials

Request

Header Parameters

    X-Domain stringrequired

    Every request should has X-Domain Header, in the UUIDv4 format. The X-Domain can be get from the Tenant Integrations page

    X-API-KEY stringrequired

    An X-API-KEY key is a token that a client provides with a X-API-SECRET when making API calls, used instead of the JWT

    X-API-SECRET stringrequired

    An X-API-SECRET key is a token that a client provides with a X-API-KEY when making API calls, used instead of the JWT

Body

    data

    object

    attributes

    object

    email string

    An email of the registered user

    password string

    An password of the registered user

Responses

Successfully authorized

Schema

    data

    object

    The authorisation code that should be changed to the JWT token

    type string
    id string

    The id of the auth code internal

Loading...