Skip to main content
POST
/
v1
/
communities
/
members
Get Community Members
curl --request POST \
  --url https://api.warmyourx.com/v1/communities/members \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data 'community_id=<string>' \
  --data target=200 \
  --data run_async=false
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/x-www-form-urlencoded
community_id
string
required
target
integer
default:200
Required range: 50 <= x <= 4000
run_async
boolean
default:false

Response

Successful Response