InternetDataInternetData

Organization

GET
/api/v1/iam/org

The organization this credential is scoped to.

There is no way to name a different one. A credential describes exactly one organization, so an identifier in the path could only ever be your own or a refusal.

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"
{
  "rc": "string",
  "org": {
    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
    "name": "string",
    "created": "2019-08-24T14:15:22Z"
  }
}
{
  "rc": "string"
}
{
  "rc": "string"
}