InternetDataInternetData

Members

GET
/api/v1/iam/org/members

Read-only. Adding or removing a member is an invitation flow with email in the middle rather than a POST, and modelling it as one here would promise something this API does not do.

Authorization

BearerAuth org.read
AuthorizationBearer <token>

Authorization: Bearer <key>, with a key from the console. Keys are default-deny: each operation names the scope it needs, and an existing key does not gain an operation until that scope is added to it.

In: header

Scope: org.read

Response Body

application/json

application/json

application/json

curl -X GET "https://internetdata.io/api/v1/iam/org/members"
{
  "rc": "string"
}
{
  "rc": "string"
}
{
  "rc": "string"
}