Aller au contenu principal

Get the JWT authentication token

POST 

/kypay/login/

Get the JWT authentication token

Request

Body

required

Auth request body

    IDexternalSystem stringrequired

    API Identifier

    Key stringrequired

    API Key

Responses

Get auth token

Schema
    token string
    expireIn integer

    number of seconds before token expiration

Loading...