Error
A valid request URL is required to generate request examples{
"items": [
{
"allowed_redirect_uris": [
"<string>"
],
"auth_url": "https://github.com/login/oauth/authorize",
"authorization_params": {},
"client_id": "Iv1.0a1b2c3d4e5f6a7b",
"code_challenge_method": "S256",
"created_at": "2026-01-15T09:30:00Z",
"id": "1a2b3c4d-5e6f-7081-92a3-b4c5d6e7f809",
"is_dynamic_client": false,
"mcp_server_url": "<string>",
"name": "GitHub",
"organization_id": "7f8e9d0c-1b2a-3948-5766-8594a3b2c1d0",
"provider_slug": "github-oauth-provider",
"provider_type": "oauth2",
"token_endpoint_auth_method": "client_secret_post",
"token_url": "https://github.com/login/oauth/access_token",
"updated_at": "2026-01-15T09:30:00Z",
"uses_pkce": true
}
],
"next_cursor": "<string>"
}{
"code": "<string>",
"detail": "<string>",
"status": 123,
"type": "<string>"
}{
"code": "<string>",
"detail": "<string>",
"status": 123,
"type": "<string>"
}List OAuth providers
Lists the OAuth providers configured for your organization. Each provider defines how a third-party service (GitHub, Google, Slack, etc.) authorizes connections.
GET
/
v1
/
fleet
/
auth-providers
Error
A valid request URL is required to generate request examples{
"items": [
{
"allowed_redirect_uris": [
"<string>"
],
"auth_url": "https://github.com/login/oauth/authorize",
"authorization_params": {},
"client_id": "Iv1.0a1b2c3d4e5f6a7b",
"code_challenge_method": "S256",
"created_at": "2026-01-15T09:30:00Z",
"id": "1a2b3c4d-5e6f-7081-92a3-b4c5d6e7f809",
"is_dynamic_client": false,
"mcp_server_url": "<string>",
"name": "GitHub",
"organization_id": "7f8e9d0c-1b2a-3948-5766-8594a3b2c1d0",
"provider_slug": "github-oauth-provider",
"provider_type": "oauth2",
"token_endpoint_auth_method": "client_secret_post",
"token_url": "https://github.com/login/oauth/access_token",
"updated_at": "2026-01-15T09:30:00Z",
"uses_pkce": true
}
],
"next_cursor": "<string>"
}{
"code": "<string>",
"detail": "<string>",
"status": 123,
"type": "<string>"
}{
"code": "<string>",
"detail": "<string>",
"status": 123,
"type": "<string>"
}Was this page helpful?
⌘I

