Tenants
Update a Redfast tenant
Updates a Redfast tenant's information or public key.
patch/v1/tenants
Headers
rf-secretstring required
Shared secret provided by Redfast (separate secrets for Test and Production)
Request body
Example request
{
"external_tenant_id": "tenant-123",
"partner_code": "recurly",
"app_domain": "example.com",
"api_key": "abcd1234apikey"
}Response
Tenant updated successfully
Example response
{
"success": true,
"status": "updated",
"external_tenant_id": "tenant-123",
"app_id": "abc123app",
"tag_url": "https://abc123app.redfastlabs.com/assets/redfast.js"
}