Creating account address
Creating account address
POST
/api/public/v1/accounts/:id
This endpoint creates a new address for a given account ID.
Please note that this request is asynchronious and you will want to make a separate Listing Account Addresses rerequest.
Headers
Name | Value |
---|---|
Content-Type |
|
Authorization |
|
Path Parameters
Name | Type | Description |
---|---|---|
id | string | Account ID. |
Response
Last updated