GET
/
v1
/
members
curl --request GET \
  --url https://api.nomod.com/v1/members \
  --header 'X-API-KEY: <api-key>'
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "role": "<string>",
    "job_title": "<string>",
    "user": {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "first_name": "<string>",
      "last_name": "<string>"
    },
    "status": "invited",
    "volume": "<string>",
    "volume_currency": "<string>"
  }
]

Authorizations

X-API-KEY
string
header
required

Your API key. This is required by all endpoints to access our API programatically. You can view your API Key by navigating to the app settings

Response

200 - application/json

The response is of type object[].