Creating account address
Last updated
Last updated
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 rerequest.
Headers
Content-Type
application/vnd.api+json
Authorization
Bearer <api_key>
Path Parameters
id
string
Account ID.
Response