ApiKeyType
No description
type ApiKeyType {
id: ID!
apiKey: String
active: Boolean
isOwn: Boolean
revokedAt: String
name: String
createdAt: String
integration: String
creator: UserType
company: CompanyType
lastUsed: String
usageCount: Int
last14DaysUsage: [ApiKeyUsageStatsDayType]
}
Fields
ApiKeyType.id
● ID!
non-null scalar
The ID of an object
ApiKeyType.apiKey
● String
scalar
ApiKeyType.active
● Boolean
scalar
ApiKeyType.isOwn
● Boolean
scalar
ApiKeyType.revokedAt
● String
scalar
ApiKeyType.name
● String
scalar
ApiKeyType.createdAt
● String
scalar
ApiKeyType.integration
● String
scalar
gives out the integration name/id if the key is for a specific integration
ApiKeyType.creator
● UserType
object
ApiKeyType.company
● CompanyType
object
ApiKeyType.lastUsed
● String
scalar
ApiKeyType.usageCount
● Int
scalar
ApiKeyType.last14DaysUsage
● [ApiKeyUsageStatsDayType]
list object
Returned by
allCompanyApiKeys
query ● myCompanyApiKeys
query