Skip to main content

Authentication

post

/api/v1/auth-service/auth/login

This endpoint is used for login.

curl --location 'https://test-api.etscore.com/api/v1/auth-service/auth/login' \
--header 'Accept-Language: en-US' \
--header 'Content-Type: application/json' \
--data '{
"username": "test.etscore.*****",
"password": "******"
}'