---
title: "ListApiProviders"
method: POST
path: "/v1/api-providers"
tags: ["textql.rpc.platform.ApiAccessKeyService"]
---

# ListApiProviders

`POST /v1/api-providers`

## Headers

- `Connect-Protocol-Version` 1, required — Define the version of the Connect protocol
- `Connect-Timeout-Ms` number — Define the timeout, in ms

## Request body

- TextqlRpcPublicSecretListApiProvidersRequest

## Response `200`

Success

- TextqlRpcPublicSecretListApiProvidersResponse
  - `providers` TextqlRpcPublicSecretApiProvider[]
    - `id` string
    - `name` string
    - `iconUrl` string
    - `authType` string
    - `description` string
    - `docsUrl` string
    - `defaultHosts` string[]
    - `tokenLabel` string
    - `authHeader` string
    - `authPrefix` string
    - `oauthSupported` boolean
    - `oauthConfigured` boolean
    - `memberAuthenticated` boolean
    - `memberAuthDisplayName` string
    - `envVarFields` TextqlRpcPublicSecretEnvVarField[]
      - `envVar` string
      - `label` string
      - `required` boolean
      - `secret` boolean
      - `defaultValue` string
      - `placeholder` string
    - `oauthHasDefaultUrls` boolean

## Other responses

- `default` — Error

---

[API](https://skmtc.net/textql/apis/textql-rpc-platform.md) · [All operations](https://skmtc.net/textql/apis/textql-rpc-platform/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/textql/textql-rpc-platform/revisions/31ce2b0c4427/schema)
