cURL
curl --request POST \ --url https://a.api.mindset.ai/api/v1/appuid/{appUid}/contexts \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "name": "<string>", "description": "<string>", "externalId": "<string>", "externalTenantId": "<string>", "isSynced": true } '
{ "uid": "<string>", "name": "<string>", "description": "<string>", "externalId": "<string>", "createdAt": "2023-11-07T05:31:56Z", "isSynced": true, "externalTenantId": "<string>" }
Your application's uid
1
Name of the context
1 - 100
Description of the context
100
Optional External ID of the context
External tenant identifier (optional, immutable after creation)
Is the context synced
Context created successfully
Unique ID of the context
Creation timestamp (ISO 8601)
External tenant identifier