Skip to main content
POST
/
api
/
address
/
create
Create Address
curl --request POST \
  --url https://app.dimepayments.com/api/address/create \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "data": []
}'
{
  "data": {
    "address_id": 1,
    "recipient": null,
    "line_one": "",
    "line_two": null,
    "line_three": null,
    "city": "",
    "state": "",
    "zip": ""
  }
}

Authorizations

Authorization
string
header
required

You can retrieve your token by visiting your dashboard and clicking Generate API token under your profile in top right.

Body

application/json
data
object
Example:
[]

Response

data
object