Skip to main content
GET
/
api
/
resources
/
counts
Get Resource Counts
curl --request GET \
  --url https://api.embedreach.com/api/resources/counts
{
  "success": true,
  "message": "<string>",
  "data": {
    "counts": [
      {
        "schemaDefinitionId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "schemaDefinitionName": "<string>",
        "count": 123
      }
    ]
  }
}

Headers

reach-tenant-id
string

If using a platform scoped JWT, you can pass in a header to impersonate a specific tenant to impersonate the request as.

Response

Status 200 response

success
boolean
required
message
string
data
object