API Authentication
Signify’s API uses Bearer Token authentication.
Send credentials (username, password, clientId) to:
End point: https://{domain}/api/identity/v1/CreateUserAccessToken
Run the cURL command (replace the values as needed):
curl --request POST \
--url ...