Ryde Developers
Español Dashboard ryde.us.com

Account

Read the connected customer's basic profile and, most importantly, whether they hold an active Ryde One membership. Check this before offering to transact so your agent can explain the requirement in its own words rather than surfacing a 403.

API version v1 · View as Markdown

Read the connected customer's basic profile and, most importantly, whether they hold an active Ryde One membership. Check this before offering to transact so your agent can explain the requirement in its own words rather than surfacing a 403.

Operations

GET /v1/me/membership

Coming soon Sandbox supported

Whether this customer holds an active Ryde One membership. Call it before offering to transact, so the agent can explain the requirement rather than hit a 403 mid-sentence.

Operationget_membership_status
Scopeprofile.read
EntitlementNone
IdempotencyNot required
MCP toolget_membership_status

Example request

curl -s 'https://sandbox-api.ryde.us.com/v1/me/membership' \
  -H "Authorization: Bearer $RYDE_ACCESS_TOKEN"