Skip to content

Returns a specific store chain

GET
/api/chains/{chainId}

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Parameters

Path Parameters

chainId*
Typeinteger
Required
Minimum1

Responses

Success

application/json
JSON
{
"chain": {
"id": 0,
"name": "string",
"status": 0,
"headquartersZip": "string",
"headquartersCity": "string",
"headquartersCountry": "string",
"allowPress": true,
"forumThread": null,
"notes": null,
"commonStoreInformation": null,
"estimatedStoreCount": 0,
"modificationDate": null,
"regionId": null
},
"storeCount": null
}

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python