OBJECT

RithumAPIKey

Rithum API key info

link GraphQL Schema definition

  • type RithumAPIKey implements Node {
  • # The date the API key was created.
  • createdAt: ISO8601DateTime!
  • # The user id of created API key.
  • createdById: Int!
  • # The user type of created API key.
  • createdByType: String!
  • # Expiry time of the created API key.
  • expiryAt: ISO8601DateTime
  • id: ID!
  • }