Skip to main content

errand_request_user_bind

Sends an SMS verification code to the user’s phone. This is the entry point for getting errand consent, and only needs the Agent credential (Authorization: Bearer) — it takes no consent_grant_id parameter.
Errand authorization flow (entry point): errand_request_user_bind → get bind_id → user receives the code → errand_verify_user_bind exchanges it for a consent_grant_id → subsequent errand tools carry that consent_grant_id. Errand and delivery consent are issued per capability: even if the user already bound for delivery, errand still needs its own run through this flow.

Parameters

Returns

Error Codes

See Error Handling for the full list. Typical latency: ~0.5s.

Call Example