Vendor API
Vendor management endpoints
List Vendors
http
GET /api/vendorsReturns all public, compliant vendors. Response is cached for 60 seconds.
Get Vendor
http
GET /api/vendors/:slugActivate Vendor
http
POST /api/vendors/:slug/activate
Content-Type: application/json
{
"serverUrl": "https://api.example.com/v1/plp",
"installationHash": "your-hash"
}Triggers compliance testing against the provided server URL.