Backend API
Trigger OAuth app domain verification
cURL
curl --request POST \ --url https://api.wacht.dev/deployments/{deployment_id}/oauth/apps/{oauth_app_slug}/verify-domain \ --header 'Authorization: <api-key>'
{ "domain": "<string>", "cname_target": "<string>", "verified": true }
API key authentication (format: Bearer {api_key})
Deployment ID
OAuth app slug
Domain verification status
Was this page helpful?