BuyWhere · Example Payload

Buywhere Registeragent Example

E-commerceShoppingPrice ComparisonSEASoutheast AsiaAI AgentsProduct Catalog

Buywhere Registeragent Example is an example object payload from BuyWhere, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "POST",
    "url": "https://api.buywhere.ai/v1/auth/register",
    "headers": {
      "Content-Type": "application/json"
    },
    "body": {
      "agent_name": "shopping-copilot",
      "contact": "dev@example.com",
      "use_case": "Price comparison assistant for Singapore consumers."
    }
  },
  "response": {
    "status": 201,
    "body": {
      "api_key": "bw_free_2f7a9c0b1d8e4f3a9c0b1d8e4f3a9c0b",
      "tier": "free",
      "rate_limit": {
        "rpm": 60,
        "daily": 1000
      }
    }
  }
}