Vendor API

Vendor management endpoints

List Vendors

http
GET /api/vendors

Returns all public, compliant vendors. Response is cached for 60 seconds.

Get Vendor

http
GET /api/vendors/:slug

Activate 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.