List supported providers
GET/api/v1/providers/
Lists all supported providers
Request
Header Parameters
X-API-KEY stringrequired
APIKey
Responses
- 200
- 500
An array of providers
- application/json
- Schema
- Example (from schema)
Schema
data string[]
id string
message string
status string
{
"data": [
"string"
],
"id": "string",
"message": "string",
"status": "string"
}
internal server error
- application/json
- Schema
- Example (from schema)
Schema
error string
error_code string
{
"error": "string",
"error_code": "string"
}
Loading...