This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "openapi": "3.1.0", | |
| "info": { | |
| "title": "Crustdata API", | |
| "description": "Crustdata API definition. Please add your token in the `Authentication` section by clicking on `Auth Type` and selecting `Token`.", | |
| "version": "0.0.3" | |
| }, | |
| "servers": [ | |
| { | |
| "url": "https://api.crustdata.com" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "openapi": "3.0.3", | |
| "info": { | |
| "title": "Affinity API v1", | |
| "description": "Affinity CRM API v1 - converted from official Postman collection", | |
| "version": "1.0.0" | |
| }, | |
| "servers": [ | |
| { | |
| "url": "https://api.affinity.co", |