Last updated 1 year ago
Partner sign in
basic authorization client_key:client_secret
POST /mobile-bff/v1/auth/partner/token/ HTTP/1.1 Host: authorization: text Accept: */*
OK
{ "access_token": "text", "expiration": 1, "refresh_token": "text", "type": "text" }
Partner impersonate user
authorization
POST /mobile-bff/v1/auth/partner/impersonate/ HTTP/1.1 Host: authorization: text Content-Type: application/json Accept: */* Content-Length: 39 { "customer_id": "text", "user_id": "text" }