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
| Name | Type | Description |
|---|---|---|
_id | ID! | Internal database identifier. |
configRef | ID | Configuration reference for the shop. |
accessKey | String | Access key for the access key. |
secretKey | String | Secret key for the access key. |
createdAt | Date | Date when the access key was created. |
lastUsed | Date | Date when the access key was last used. |