ApiKey
API Key
type ApiKey {
id: String!
apiKey: String!
device: Device
integrator: Integrator
isRevoked: Boolean!
}
Fields
ApiKey.id ● String! non-null scalar
API Key ID
ApiKey.apiKey ● String! non-null scalar
API Key
ApiKey.device ● Device object
Device that the API Key belongs to
ApiKey.integrator ● Integrator object
Integrator that the API Key belongs to
ApiKey.isRevoked ● Boolean! non-null scalar
Whether the API Key is revoked
Member Of
Device object