/v1/partners/request4r — see Request4R.
Resolve a user
Call
POST /auth/get-user-token-v2 with phoneNumber or email (see OpenAPI for the exact schema). On success you receive a userToken for user-scoped routes.Example: get user token
Expected outcome
- 200: JSON body includes identifiers you need for the next step (for example a userToken or user id depending on route version).
- 400 / 404: Fix the payload or run registration—see Authentication and Introduction.
Where to go next
- Authentication for errors, headers, and scope notes.
- Testing & sandbox for cards, UBN, and environment-specific tips.
- Open the API Reference tab for generated Partner endpoint pages from OpenAPI.