Skip to main content

Properties

NameTypeDescriptionNotes
namestrName for the API key. This helps identify the key’s purpose
public_keystrRSA public key in PEM format. This will be used to verify signatures on API requests
scopesList[str]List of scopes to grant to the API key. Valid values are ‘read’ and ‘write’. If ‘write’ is included, ‘read’ must also be included. Defaults to full access ([‘read’, ‘write’]) if not provided.[optional]