ApiKey
A created API Key
Fields
displayable_key
· String
· Upon the initial creation of the key, this field displays the actual key to be used to authenticate. Used By
Definition
"""A created API Key"""type ApiKey { """ The datetime the API Key was created """ created_at: String!
""" Pagination cursor """ cursor: Cursor!
""" Upon the initial creation of the key, this field displays the actual key to be used to authenticate. """ displayable_key: String
""" Unique identifier of the key """ id: ID!
""" A user-chosen name for the API key. """ name: String}