Use this endpoint to create a new provider configuration. The configuration is validated against the provider’s JSON Schema.
API key for authenticating requests to the Flowker API. Provisioned via the API_KEY environment variable during deployment.
Request body containing the provider configuration details.
Provider-specific configuration that is validated against the provider's JSON Schema.
{
"baseUrl": "https://api.clearsale.com.br",
"apiKey": "cs-key-abc123",
"environment": "production"
}Unique name for this provider configuration.
1 - 100"ClearSale Production"
ID of the catalog provider to configure. Must match a registered provider.
"clearsale"
Human-readable description of this provider configuration.
500"ClearSale anti-fraud for Pix transactions"
Custom key-value pairs for tagging.
{
"environment": "production",
"team": "risk"
}Indicates that the resource was successfully created and the operation was completed as expected.
Timestamp when the configuration was created.
"2026-03-17T14:00:00Z"
Unique identifier of the created configuration.
"c3d4e5f6-a7b8-9012-cdef-345678901234"
Name of the configuration.
"ClearSale Production"
Initial status (always active on creation).
"active"