Skip to main content

AccessKey Object

Description

API access key for programmatic access to the Admin API.

Declaration

type AccessKey {
_id: ID!
configRef: ID
accessKey: String
secretKey: String
createdAt: Date
lastUsed: Date
}

Fields

NameTypeDescription
_idID!Internal database identifier.
configRefIDConfiguration reference for the shop.
accessKeyStringAccess key for the access key.
secretKeyStringSecret key for the access key.
createdAtDateDate when the access key was created.
lastUsedDateDate when the access key was last used.