Custom Protocols
Import by URL
Link Studio
Importing your own (non-Hellgate) protocols requires the Link Studio edition. Hellgate-published protocols can be imported on Link Connect.
Fetches a protocol document from a URL, validates, and stores it.
POST
Import by URL
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Import request
Request to import a protocol by URL.
URL to fetch the protocol document from.
Example:
"https://developer.hellgate.io/protocols/specter/v1"
Response
Protocol imported
Summary of an imported or created protocol.
Previous
Import by spec<Badge color="green">Link Studio</Badge>
Importing your own (non-Hellgate) protocols requires the Link Studio edition. Hellgate-published protocols can be imported on Link Connect.
Creates a protocol by posting the spec document directly.
Next
Import by URL