Skip to main content

AppApikey

AppApikey: Independent application credentials per organization

type AppApikey {
tokenApikey: String!
appCode: String!
organization: Organizations!
isActive: Boolean!
createdAt: Time!
updatedAt: Time!
deletedAt: Time
apikey: String
}

Fields

AppApikey.tokenApikey ● String! non-null scalar

API Token to use as header in requests

AppApikey.appCode ● String! non-null scalar

Application code

AppApikey.organization ● Organizations! non-null object

Organization to which this credential belongs

AppApikey.isActive ● Boolean! non-null scalar

Indicates if the credential is active

AppApikey.createdAt ● Time! non-null scalar

Creation date

AppApikey.updatedAt ● Time! non-null scalar

Last update date

AppApikey.deletedAt ● Time scalar

Deactivation date (soft delete)

AppApikey.apikey ● String scalar

API Key (last characters only)

Returned By

admin.appApikey query

Member Of

AppApikeyEdge object