Get customer connection token

Generates new OAuth tokens for a customer, supporting two scenarios:

  • Registering a new device with an existing refresh token

  • Creating a new refresh token and token pair for a new customer-device combination.

Previously active tokens for the customer are immediately invalidated to prevent reuse. Generated tokens may be active or require activation depending on e-commerce configuration.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
int64
required

Identifier for the customer to recognize their response

int64

The same customer id that was generated during the create account flow

string

The same private key that was generated during the create account flow

string
required

The same refresh token that was generated during the create account flow

string
required

The same device_id that was sent in the create account request

string
required

Token associated to the ecommerce provided by undostresWallet
(the same one that is usually sent in the headers when communicating
with other endpoints)

string

Data that validates user approval (if you use the verification services of undostresWallet, undostresWallet will send an otp to the customer's mobile phone and this field can be ommitted. The field is otherwise required)

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json