Skip to content

Instantly share code, notes, and snippets.

@matiacone
matiacone / index.json
Created April 9, 2026 16:09
Crustdata API OpenAPI spec (JSON)
{
"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"
@matiacone
matiacone / affinity-v1-openapi.json
Created April 6, 2026 14:58
Affinity CRM API v1 - OpenAPI 3.0.3 (converted from official Postman collection)
{
"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",