GET Company
Developing
GET
{{url}}api/v1/ecommerce/company
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'http://ecompulse.test/api/v1/ecommerce/company' \
--header 'Accept: application/json' \
--header 'X-API-Key: exzbLclGAzBCyL0k1Yv29Evu6mwoYOATBF0lWPyT'
Response Response Example
{
"status": "success",
"message": "Company retrieved successfully",
"data": {
"id": 2,
"code": "C8320227",
"name": "Codered Digital (Pvt) Ltd",
"address": "921 Dibbert Springs, London",
"zip_code": "90379-1483",
"phone_1": "0151 355 2555",
"phone_2": "020 8421 6789",
"fax": "01749 671777",
"email": "info@digital.codered-technology.com",
"web": "https://digital.codered-technology.com",
"description": "We are software professionals helping our clients to implement, design, develop, and sustain software tools and systems.",
"country": {
"id": 228,
"name": "United Kingdom"
},
"package": {
"id": 1,
"name": "Standard"
},
"api_key": "exzbLclGAzBCyL0k1Yv29Evu6mwoYOATBF0lWPyT",
"logo": "http://shopyx.test/images/logos/1716500673.png",
"status": {
"value": 1,
"text": "Active"
},
"default_currency": {
"code": "USD",
"symbol": "$"
}
}
}
Request
Header Params
Accept
stringÂ
required
Example:
application/json
X-API-Key
stringÂ
required
Example:
{{key}}
Responses
Modified at 2024-05-27 19:28:18