COMMON
API - IT
API - PL
PEPPOL
OPEN BANKING
PRESERVATION
TRANSFER
STRIPE
Nothing Found
COMMON
API - IT
API - PL
PEPPOL
OPEN BANKING
PRESERVATION
TRANSFER
STRIPE
Nothing Found
Login Check
Creates a user token.
Security
Bearer
Request
Request Body schema:
application/json
required
The login data
email
required
string
password
required
string
Responses
200
User token created
post
/login
Try it
Request samples
Payload
curl
Python
Java
Node.js
PHP
C#
2 more
PHP
C#
2 more
application/json
Copy
{
"email"
:
"string"
,
"password"
:
"string"
}
Response samples
200
application/json
Copy
{
"token"
:
"string"
}
Next to
PreSaleAction