cURL
curl --request GET \ --url https://api.snitcher.com/v1/workspaces/{uuid} \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "ACME Inc.", "url": "https://acme.com", "tracking_script_id": "s123456789", "tracking_script_snippet": "<script>...</script>", "available_tags": [ "marketing", "design" ], "status": "active", "usage_limit": "1000" } }
Documentation IndexFetch the complete documentation index at: https://docs.snitcher.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.snitcher.com/llms.txt
Use this file to discover all available pages before exploring further.
Enter your personal access token (PAT) to authenticate
UUID of the workspace
"550e8400-e29b-41d4-a716-446655440000"
Workspace details
true
Show child attributes