Authentication
Incoming APIs
Outgoing APIs
Reference
All Nabla callbacks share the same base envelope. The type field determines the payload shape.
{
"request_uuid": string,
"type": "NOTE_EXPORT | PATIENT_INSTRUCTIONS_EXPORT | ...",
...
}
| Status | When to use |
|---|---|
200 |
Request recognized and processed successfully |
400 |
Unrecognized type value |
401 |
Signature verification failed |
For every 200 response, echo back the request_uuid in the body:
{ "request_uuid": string }
⚠️ Respond quickly — Nabla awaits your response before showing a success message in the app. Slow or failed responses will surface an error to the provider.