Skip to main content
GET
/
api
/
v1
/
admin
/
configuration
/
schema
/
{category}
/
{provider_name}
Get Provider Schema
curl --request GET \
  --url https://api.example.com/api/v1/admin/configuration/schema/{category}/{provider_name}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Headers

authorization
string | null

Path Parameters

category
string
required
provider_name
string
required

Response

Successful Response