Skip to main content

errand_get_auth_status

Checks whether a given consent_grant_id still has a valid errand authorization.
An invalid credential does not error: check the bound field on the response directly — the caller decides whether to re-run the bind flow based on it, with no need for try/catch.

Parameters

Returns

When bound:
When invalid / expired / revoked:

Error Codes

An invalid / expired / revoked consent_grant_id does not error; it returns bound: false instead (see above). See Error Handling for the full list.

Call Example