circle-infoInformation

The developer RPC is a JSON RPC API you can use to interact with your team's data. API keys can only be generated by the guild owner for security purposes.

The developer RPC API follows the JSON-RPC 2.0 standardarrow-up-right. We chose this for the developer API over REST to make integration into your apps extremely easy. You won't need to manually define endpoints, path parameters, etc. You just pick you method you want to call and supply the relevant parameters.

Last updated