The ToldUntold Client API is a server-to-server REST API for your PIM, ERP, OMS, BI warehouse or HRIS. Scoped keys, flat JSON errors, predictable pagination, idempotent writes. You won't need an OAuth flow or an SDK.
curl -s https://api.staging.tolduntold.com/v1/client/catalog/status \
-H "Authorization: Bearer tuk_9f2c1a4b6d8e0f2a4c6e8b0d.$SECRET"{
"brand_id": 8347,
"key_id": "tuk_9f2c1a4b6d8e0f2a4c6e8b0d",
"name": "ERP production",
"scopes": ["catalog.products:read", "catalog.stock:write"],
"expires_at": null
}curl https://api.staging.tolduntold.com/v1/client/catalog/status \
-H "Authorization: Bearer $TUK_KEY"tuk_9f2c1a4b6d8e0f2a4c6e8b0d.<secret>Authorization: Bearer tuk_<key_id>.<secret>Tell us what you're connecting. A person reads every request and answers within two business days.