API ReferenceapifollowsGET /v1/blocks/check

GET /v1/blocks/check

Service: follows · operationId: (none)

Required scopes

(no scope declared — review service config)

Query parameters

  • subject_a (string) required
  • subject_b (string) required
  • brand_id (string) required

Responses

200 Block check result

{
  "type": "object",
  "properties": {
    "blocked": {
      "type": "boolean"
    }
  },
  "required": [
    "blocked"
  ]
}

Example

curl -X GET https://follows.platform.loop.health/v1/blocks/check \
  -H "Authorization: Bearer $ACCESS_TOKEN"