Authentication
Obtaining an authorization token
Login
curl --location --request POST 'https://api.enterprise.relysia.com/api/v1/login' \
--header 'serviceid: serviceid' \
--header 'Content-Type: application/json' \
--data-raw '{
"email":"[email protected]",
"password":"password"
}Last updated