get_key#

Get a list of API keys associated with the given ORG ID.

Arguments#

org_id | Integer required

Org ID of the resource.

Returns#

response_type | array

response_object | ApiKey

Query example:

{
  get_key(org_id: 42) {
    error {
      detail
      status
    }

    data {
      _id
    }
  }
}