Data API
List, read, create, update, and delete supported resource records. Available operations differ by resource.
Read the referenceGive your scripts and agents access to supported records. Connect external events to workflows. Keep access scoped to the work each tool should do.
Create a personal token in an eligible workspace, choose resource-level read or write access, and set its expiry. The API operates with the token owner's workspace permissions.
# Use a token created in your DJC workspace.
# Keep it on the server or in your local environment.
curl https://api2.djcsystem.com/v1/me \
-H "Authorization: Bearer $DJC_TOKEN"
# Discover the resources available to the token.
curl https://api2.djcsystem.com/v1/resources \
-H "Authorization: Bearer $DJC_TOKEN"List, read, create, update, and delete supported resource records. Available operations differ by resource.
Read the referenceStart a configured workflow from an external event using its tool endpoint and workflow credentials.
Read the referenceCall another system as a step in a workflow and pass the response into subsequent business actions.
Read the referenceThe live resource catalog and documentation define the exact fields, allowed operations, filters, and access requirements. The data API does not directly send messages, launch broadcasts, or execute workflows.
Explore guides for AI agentsTell us how your team works. We'll help you find the right place to start.