1. Home
  2. Docs
  3. Documentazione
  4. Rest Api
  5. Autenticazione

Autenticazione

Autenticazione

ENDPOINT:

POST /v1/authenticate

BODY:

{
	email: "test@test.com"
	password: "189bbbb00c5f1fb7fba9ad9285f193d1" //md5 of password
}

RESPONSE

Response Code 200

Response Code:
{
	token: "140e6217-0455-4fe4-bae3-0f9bf13ab80d"
}