Skip to main content

NewWebhooksUser

Represents a newly created webhooks user along with its secret key.

The secret key will only be returned once upon creation and should be stored securely by the client. It will not be retrievable in subsequent queries for security reasons.

type NewWebhooksUser {
id: UUID!
keyPrefix: String!
secretKey: String!
}

Fields

NewWebhooksUser.id ● UUID! non-null scalar references

NewWebhooksUser.keyPrefix ● String! non-null scalar references

NewWebhooksUser.secretKey ● String! non-null scalar references

Returned By

createWebhooksUser mutation