Addresses
This method is used to fetch address details associated with user profiles. An address entry contains information like address type, creation and modification dates, contact details, and geographical identifiers such as country, city, and district.
Token-based authentication with required prefix "Token"
Query parameter address_type used to filter results based on specific conditions.
Query parameter city used to filter results based on specific conditions.
Query parameter company_name used to filter results based on specific conditions.
Query parameter country used to filter results based on specific conditions.
Query parameter created_date used to filter results based on specific conditions.
Query parameter district used to filter results based on specific conditions.
Query parameter e_bill_taxpayer used to filter results based on specific conditions.
Query parameter email used to filter results based on specific conditions.
Query parameter extra_field used to filter results based on specific conditions.
Query parameter first_name used to filter results based on specific conditions.
Query parameter hash_data used to filter results based on specific conditions.
Query parameter id used to filter results based on specific conditions.
Filters records where id is greater than the given value.
Filters records where id is greater than or equal to the given value.
Filters records where id is less than the given value.
Filters records where id is less than or equal to the given value.
Query parameter identity_number used to filter results based on specific conditions.
Query parameter is_active used to filter results based on specific conditions.
Query parameter last_name used to filter results based on specific conditions.
Limits the number of records returned in a single page. The maximum is 1000. A higher value is capped at 1000 and the request still succeeds.
Query parameter line used to filter results based on specific conditions.
Query parameter modified_date used to filter results based on specific conditions.
Filters records where modified_date is greater than the given value.
Filters records where modified_date is greater than or equal to the given value.
Filters records where modified_date is less than the given value.
Filters records where modified_date is less than or equal to the given value.
Query parameter notes used to filter results based on specific conditions.
Query parameter page used to filter results based on specific conditions.
Query parameter phone_number used to filter results based on specific conditions.
Query parameter postcode used to filter results based on specific conditions.
Query parameter primary used to filter results based on specific conditions.
Query parameter remote_id used to filter results based on specific conditions.
Query parameter retail_store used to filter results based on specific conditions.
Query parameter sort used to filter results based on specific conditions.
Query parameter tax_no used to filter results based on specific conditions.
Query parameter tax_office used to filter results based on specific conditions.
Query parameter title used to filter results based on specific conditions.
Query parameter township used to filter results based on specific conditions.
Query parameter user used to filter results based on specific conditions.
Successful response for status code 200.
This field defines the address type. Possible values are: customer, retail_store, pickup_location, checkout_provider
This field defines the city ID associated with the address.
Numerical value representing quantity or total amount.
123This field defines the country ID associated with the address.
This field defines the creation date.
This field defines the district ID associated with the address.
This field defines whether the person is an e-bill taxpayer.
This field defines the email address associated with the address.
This field defines the extra fields associated with the address.
This field defines the name of the address owner.
This field defines the hash value generated using specific fields associated with the address.
This field defines the database ID of the record.
This field defines the identification number.
This field defines whether the address is active.
This field defines the surname of the address owner.
This field defines the full address associated with the location.
This field defines the last updated date.
This field defines the URL of the next page.
http://api.example.org/accounts/?page=4This field defines the note associated with the address.
This field defines the phone number associated with the address.
This field defines the postal code.
This field defines the URL of the previous page.
http://api.example.org/accounts/?page=2This field defines whether the address is the default among the user's addresses.
This field defines the ID corresponding to the address from any 3rd party address service.
This field defines the retail_store ID associated with the address.
This field defines the tax number associated with the address.
This field defines the tax office associated with the address.
This field defines the address title.
This field defines the township ID associated with the address.
This field defines the user ID.
GET /api/v1/remote/1/data-warehouse/addresses/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
Successful response for status code 200.
{
"address_type": "text",
"city": "text",
"count": 123,
"country": "text",
"created_date": "text",
"district": "text",
"e_bill_taxpayer": "text",
"email": "text",
"extra_field": "text",
"first_name": "text",
"hash_data": "text",
"id": "text",
"identity_number": "text",
"is_active": "text",
"last_name": "text",
"line": "text",
"modified_date": "text",
"next": "http://api.example.org/accounts/?page=4",
"notes": "text",
"phone_number": "text",
"postcode": "text",
"previous": "http://api.example.org/accounts/?page=2",
"primary": "text",
"remote_id": "text",
"results": [
{
"address_type": "customer",
"city": 1,
"company_name": "text",
"country": 1,
"created_date": "2026-01-01T00:00:00.000Z",
"district": 1,
"e_bill_taxpayer": true,
"email": "name@gmail.com",
"extra_field": null,
"first_name": "text",
"hash_data": "text",
"id": 1,
"identity_number": "text",
"is_active": true,
"last_name": "text",
"line": "text",
"modified_date": "2026-01-01T00:00:00.000Z",
"notes": "text",
"phone_number": "text",
"postcode": "text",
"primary": true,
"remote_id": "text",
"retail_store": 1,
"tax_no": "text",
"tax_office": "text",
"title": "text",
"township": 1,
"user": 1
}
],
"retail_store": "text",
"tax_no": "text",
"tax_office": "text",
"title": "text",
"township": "text",
"user": "text"
}This method is used to fetch address details associated with user profiles. An address entry contains information like address type, creation and modification dates, contact details, and geographical identifiers such as country, city, and district. This endpoint retrieves a specific record by its unique identifier.
Token-based authentication with required prefix "Token"
A unique integer value identifying this address.
Successful response for status code 200.
The classification or type related to this field.
This field defines the city ID associated with the address.
The full name or label associated with the record.
Numerical value representing quantity or total amount.
Timestamp indicating when the record was created.
This field defines the district ID associated with the address.
This field defines whether the person is an e-bill taxpayer.
Email address of the user or entity.
This field defines the extra fields associated with the address.
The full name or label associated with the record.
This field defines the hash value generated using specific fields associated with the address.
Unique identifier for the record.
This field defines the identification number.
Boolean flag indicating whether the condition is met.
The full name or label associated with the record.
This field defines the full address associated with the location.
This field defines the last updated date.
This field defines the note associated with the address.
Phone number in international format.
This field defines the postal code.
This field defines whether the address is the default among the user's addresses.
This field defines the ID corresponding to the address from any 3rd party address service.
This field defines the retail_store ID associated with the address.
This field defines the tax number associated with the address.
This field defines the tax office associated with the address.
This field defines the address title.
This field defines the township ID associated with the address.
This field defines the user ID.
Object not found.
GET /api/v1/remote/1/data-warehouse/addresses/{id}/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
{
"address_type": "customer",
"city": 1,
"company_name": "text",
"country": 1,
"created_date": "2026-01-01T00:00:00.000Z",
"district": 1,
"e_bill_taxpayer": true,
"email": "name@gmail.com",
"extra_field": null,
"first_name": "text",
"hash_data": "text",
"id": 1,
"identity_number": "text",
"is_active": true,
"last_name": "text",
"line": "text",
"modified_date": "2026-01-01T00:00:00.000Z",
"notes": "text",
"phone_number": "text",
"postcode": "text",
"primary": true,
"remote_id": "text",
"retail_store": 1,
"tax_no": "text",
"tax_office": "text",
"title": "text",
"township": 1,
"user": 1
}Last updated
Was this helpful?

