Matik External API

OAuth 2.0 REST API for automating content generation with Matik — manage templates, generate presentations/documents/spreadsheets, run dynamic content queries against connected data sources, manage data sources, bulk-generate, pull analytics, and subscribe to webhooks. 91 documented operations across 15 resource areas, the largest being data sources (27), templates (13) and dynamic content (11). No OpenAPI is published; the reference is Docusaurus-rendered and the only machine-readable client artifact is a Postman OAuth collection.

Postman Collection

matik-oauth-postman-collection.json Raw ↑
{
	"info": {
		"_postman_id": "922e57a8-91bf-4bb8-906f-c884c3f8949e",
		"name": "Matik OAuth",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "7087432"
	},
	"item": [],
	"auth": {
		"type": "oauth2",
		"oauth2": [
			{
				"key": "clientSecret",
				"value": "",
				"type": "string"
			},
			{
				"key": "clientId",
				"value": "",
				"type": "string"
			},
			{
				"key": "state",
				"value": "123abc",
				"type": "string"
			},
			{
				"key": "scope",
				"value": "producer consumer",
				"type": "string"
			},
			{
				"key": "client_authentication",
				"value": "body",
				"type": "string"
			},
			{
				"key": "accessTokenUrl",
				"value": "https://app.matik.io/api/v1/oauth/token/",
				"type": "string"
			},
			{
				"key": "authUrl",
				"value": "https://app.matik.io/oauth/authorize",
				"type": "string"
			},
			{
				"key": "tokenName",
				"value": "Matik Token",
				"type": "string"
			},
			{
				"key": "addTokenTo",
				"value": "header",
				"type": "string"
			}
		]
	},
	"event": [
		{
			"listen": "prerequest",
			"script": {
				"type": "text/javascript",
				"packages": {},
				"requests": {},
				"exec": [
					""
				]
			}
		},
		{
			"listen": "test",
			"script": {
				"type": "text/javascript",
				"packages": {},
				"requests": {},
				"exec": [
					""
				]
			}
		}
	]
}