List Providers

Get a list of all custom providers in the database

Headers

AuthorizationstringRequired

Header authentication of the form Bearer <token>

Query parameters

afterstringOptional
limitintegerOptional

Response

Successful Response

namestring

The name of the provider

idstringOptional

The id of the provider, lazily created by the database manager.

api_keystringOptional

API key used for requests to the provider.

updated_atdatetimeOptional

The last update timestamp of the provider.

Errors