Implementation (Custom UI)
1. Build your UI
2. Make an API Request
curl --request POST --url https://api.tryterra.co/v2/auth/authenticateUser?resource=oura \
--header 'dev-id: <YOUR-DEV-ID>' \
--header 'x-api-key: <YOUR-API-KEY> \
--header 'Content-Type: application/json' \
--data '{
"language": "en",
"reference_id": "my_first_connection",
"auth_success_redirect_url": "text",
"auth_failure_redirect_url": "text"
}'3. Parse the Auth URL from the JSON Response
4. Open The Auth URL


❌ Common Mistakes
Last updated
Was this helpful?