Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://app.dimepayments.com/api/address/show \ --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": "" } }
Show details of a specific address.
You can retrieve your token by visiting your dashboard and clicking Generate API token under your profile in top right.
Show child attributes
[]