🎉 AdCP 3.0 is now GA — see what's new
curl --request GET \
--url https://agenticadvertising.org/api/registry/agents/{encodedUrl}/auth-status \
--header 'Authorization: Bearer <token>'{
"has_auth": true,
"agent_context_id": "<string>",
"auth_type": "bearer",
"has_oauth_token": true,
"has_valid_oauth": true,
"oauth_token_expires_at": "<string>",
"has_oauth_client_credentials": true
}Returns whether an agent has stored authentication credentials and OAuth token status. Requires authentication.
curl --request GET \
--url https://agenticadvertising.org/api/registry/agents/{encodedUrl}/auth-status \
--header 'Authorization: Bearer <token>'{
"has_auth": true,
"agent_context_id": "<string>",
"auth_type": "bearer",
"has_oauth_token": true,
"has_valid_oauth": true,
"oauth_token_expires_at": "<string>",
"has_oauth_client_credentials": true
}Documentation Index
Fetch the complete documentation index at: https://docs.adcontextprotocol.org/llms.txt
Use this file to discover all available pages before exploring further.
Bearer token in the Authorization header. Two token types are accepted:
sk_...) issued via the dashboard. Org-scoped, long-lived, for server-to-server use./.well-known/oauth-authorization-server and the protected-resource metadata at /.well-known/oauth-protected-resource/api.URL-encoded agent URL
Auth status
bearer, basic, oauth, oauth_client_credentials, null Was this page helpful?