We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Request: GET /account/address/{addressId}
GET /account/address/{addressId}
Returns a single billing addresses of the current customer with the given ID.
application/json
application/xml
Load the billing address with the ID 9c6f23b6-167d-4b01-977f-4de799e3abf3:
9c6f23b6-167d-4b01-977f-4de799e3abf3
GET /v1/account/address/9c6f23b6-167d-4b01-977f-4de799e3abf3 HTTP/1.1 Host: api.textking.com Accept: application/json Authorization: Bearer youraccesstoken
Response:
HTTP/1.1 200 Ok Content-Type: application/json; charset=utf-8 { "id": "9c6f23b6-167d-4b01-977f-4de799e3abf3", "company": "TEXTKING Deutschland GmbH", "vat_number": "DE280599152", "street": "Storkowerstr. 115", "zip": "10407", "city": "Berlin", "country": "DE", "firstname": "Jann-Martin", "lastname": "Mauer", "gender": "male", "is_default": true, "links": [ { "rel": "self", "href": "https://api.textking.com/v1/account/address/9c6f23b6-167d-4b01-977f-4de799e3abf3" } ] }