x-partner-id with the integration ID used by checkout and support flows.
Get profile
| Method | Endpoint | Auth |
|---|---|---|
GET | /users/me | Bearer token |
Update profile
| Method | Endpoint | Auth |
|---|---|---|
PATCH | /users/me | Bearer token |
List addresses
| Method | Endpoint | Auth |
|---|---|---|
GET | /users/me/addresses | Bearer token |
Create address
| Method | Endpoint | Auth |
|---|---|---|
POST | /users/me/addresses | Bearer token |
Update address
| Method | Endpoint | Auth |
|---|---|---|
PATCH | /users/me/addresses/{addressId} | Bearer token |
Delete address
| Method | Endpoint | Auth |
|---|---|---|
DELETE | /users/me/addresses/{addressId} | Bearer token |