Get Started

Integrations

API endpoint for managing workspace integrations. Supports retrieving and removing integrations for a workspace. To add or update integrations, use the web interface or OAuth callback endpoints.

DELETE/integrations

Headers

x-api-keystringrequired

Your Track My Posts API key

Query Parameters

workspaceSlugstringrequired

Workspace slug identifier

Example: my-workspace

providerstringrequired

Integration provider to remove

Example: stripe

Responses

200Integration removed successfully
400Bad request - validation error
401Unauthorized - authentication required
403Forbidden - insufficient permissions
404Not found - workspace or integration not found
500Internal server error
curl "https://api.trackmyposts.com/integrations?workspaceSlug=my-workspace&provider=stripe" \
  -H "x-api-key: YOUR_API_KEY"
{
  "ok": true
}

Data Structures

View all 4 data structuresIntegrations

Explore all data structures used in this API endpoint