Owostack
API Reference

List customers

Lists customers for the authenticated organization, newest first. Filter by exact email or external ID, or search across email, name and external ID.

GET
/v1/customers

Authorization

bearerAuth

Query Parameters

limit?integer
Default50
Range1 <= value <= 100
offset?|
Default0
Range0 <= value
search?string

Case-insensitive substring match on email, name or external ID.

Length1 <= length
email?string

Exact email match (case-insensitive).

Length1 <= length
externalId?string

Exact external ID match.

Length1 <= length

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://api.owostack.com/v1/customers"
{
  "success": true,
  "data": [
    {
      "id": "string",
      "externalId": "string",
      "email": "string",
      "name": "string",
      "metadata": {
        "property1": null,
        "property2": null
      },
      "createdAt": 0,
      "updatedAt": 0
    }
  ],
  "total": 0,
  "limit": 0,
  "offset": 0
}
{
  "success": true,
  "error": "string",
  "code": "string",
  "message": "string",
  "property1": null,
  "property2": null
}
{
  "success": true,
  "error": "string",
  "code": "string",
  "message": "string",
  "property1": null,
  "property2": null
}
{
  "success": true,
  "error": "string",
  "code": "string",
  "message": "string",
  "property1": null,
  "property2": null
}

Ask about owostack

Ready

Start a new chat below.

Powered by Cull