Dry-run a JMESPath against a connector’s data without persisting it as a mapping. Use this to validate an expression before saving.
Documentation Index
Fetch the complete documentation index at: https://docs.bindbee.dev/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Connector token to evaluate the JMESPath against.
"i5kqe8bSedEdPLX9pHhFojKdo7Uzvue0f7I4NVhaDfV0GTxF0uAgwa_COb3zZU3T"
Category of the model.
HRIS, ATS, LMS "HRIS"
Model slug whose raw payload will be evaluated.
64^[a-z][a-z0-9_-]*$"employee"
JMESPath expression to evaluate.
1024\S.*\S"data.employee.guardian_mobile"
Optional inline payload to evaluate against. If omitted, the connector's latest synced row is used (falling back to the integration sample if never synced).
null
Successful Response
Connector the JMESPath was evaluated against.
"i5kqe8bSedEdPLX9pHhFojKdo7Uzvue0f7I4NVhaDfV0GTxF0uAgwa_COb3zZU3T"
JMESPath expression that was evaluated.
"data.employee.guardian_mobile"
JSON type of the resolved value: 'string', 'number', 'boolean', 'object', 'array', or 'null'.
"string"
Where the evaluated payload came from: 'connector_sync' (latest synced row), 'integration_sample' (fallback when never synced), or 'inline' (provided in the request body).
"connector_sync"
The value the JMESPath resolved to. May be of any JSON type or null.
"+1-555-123-4567"