Read one live registration owned by your business. Use the ID returned when you created or listed the registration. The response reflects the latest admin status update. An unknown ID, deleted record, or another business's record returns 404. API services must be enabled.

GETapi-prod.blaaiz.com/api/external/interac-auto-deposit-email/{id}

Authorization

oauth2ClientCredentials interac-auto-deposit-email:read
AuthorizationBearer <token>

Use your OAuth client credentials to obtain a short-lived Bearer token from POST /oauth/token.

In: header

Scope: interac-auto-deposit-email:read

Path Parameters

id*string

Registration ID. This is not the email address.

Formatuuid

Response Body

application/json

application/json

application/json

application/json

application/json

Get an Interac auto-deposit email
curl --request GET \  --url 'https://example.com/api/external/interac-auto-deposit-email/497f6eca-6276-4993-bfeb-53cbbbba6f08'
{  "data": {    "id": "01994c21-a4d0-7000-8000-123456789abc",    "email": "payments@example.com",    "status": "PENDING",    "created_at": "2026-09-16T10:00:00.000000Z",    "updated_at": "2026-09-16T10:00:00.000000Z"  }}