Support Portal

Welcome
Login

Generating an API Client for Seven Senders API

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:

  1. 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)
  2. 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
  3. 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.



Did you find it helpful? Yes No