You can speed up the integration with Seven Senders API by using the Swagger free tool to generate a code of an API client in your language using our API documentation (in Swagger/Open API format).
To do so, please follow the steps below:
- Copy the URL - https://api.sevensenders.com/v2/docs.json. (You can also reach the page by clicking the "JSON" link at the bottom right of api.sevensenders.com)
- Follow the File → Import URL steps at (github) swagger editor to import the Seven Senders OpenAPI document data to editor.swagger.io. Tip: Alternatively, you can also replace the contents in the left pane editor of editor.swagger.io with the data copied from https://api.sevensenders.com/v2/docs.json
- To create a client, click Generate Client. In the dropdown menu, select the suitable language or framework to generate the client, for example, in Ruby. The client will be downloaded as a ZIP archive.