Authenticate
Authenticate with Spy
Body·
required
application/json
- Type: stringclient
Id min length:1required - Type: stringclient
Secret min length:1required
Responses
- application/json
- application/vnd.api+json
- application/vnd.api+json
Request Example for post/auth/login
curl https://demo.spysystem.dk/api/v2/auth/login \
--request POST \
--header 'Content-Type: application/json' \
--data '{
"clientId": "",
"clientSecret": ""
}'
{
"token": "ce63c774-b657-4233-82c7-68a6c08a6f5c"
}
