List all available provider definitions.
curl --request GET \
--url https://api.example.com/api/v1/admin/configuration/providers{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.snackbase.dev/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response
curl --request GET \
--url https://api.example.com/api/v1/admin/configuration/providers{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}