apikey

The Synapse apikey tool can be used to add, list, or delete user API keys from a Synapse service.

Syntax

apikey is executed using python -m synapse.tools.apikey. The command usage is as follows:

python -m synapse.tools.apikey -h

usage: synapse.tools.apikey [-h] [--svcurl SVCURL] {add,list,del} ...

Add, list, or delete user API keys from a Synapse service.

positional arguments:
  {add,list,del}
    add            Add a user API key.
    list           List user API keys.
    del            Delete a user API key.

options:
  -h, --help       show this help message and exit
  --svcurl SVCURL  The telepath URL of the Synapse service.