Skip to main content

Error body shape

All errors return a JSON body of the form:
The extra field carries the most-useful piece of context for debugging — typically a UUID or field path that explains why the request was rejected.

Status codes

Example: 403 on a Custom Data Export path

This is the response you’ll get if you call a Custom Data Export endpoint with a session that isn’t the configured service user for your integration. The extra field contains your authenticated user’s UUID — useful when contacting support. The exact message text varies per integration namespace; the code and extra shape are consistent.
If you see this error and believe your account should have access, contact support@givergy.com with the UUID from the extra field. The team can verify your account’s provisioning state.

Retry guidance