Openapi
Supabase browser session cookie. Supabase may split larger session values into chunked cookies like sb-auth-token.0.
In: cookie
uuiduuidapplication/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/organizations/123e4567-e89b-12d3-a456-426614174000/inbox/deliveries/123e4567-e89b-12d3-a456-426614174000"{ "attempts": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9", "deliveryId": "73dc828d-801d-4d29-b7e4-e046662a5901", "attempt": 1, "status": "queued", "providerStatus": "string", "errorCode": "string", "errorMessage": "string", "responseMetadata": { "property1": "string", "property2": "string" }, "startedAt": "string", "completedAt": "string", "createdAt": "string" } ], "delivery": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9", "connectionId": "84b500d7-71c8-4b1f-adf4-f1eb0000973d", "chatMessageId": "c894268b-b7a1-4784-8aae-60cf3c041987", "externalMessageId": "string", "direction": "inbound", "status": "queued", "idempotencyKey": "string", "errorMessage": "string", "nextAttemptAt": null, "canceledAt": null, "retryCount": 0, "metadata": { "property1": "string", "property2": "string" }, "createdAt": "string", "updatedAt": "string" }}