Skip to main content

Imagonist

๐Ÿ”‘ Redis Keyโ€‹

tenant_slug:imagonist

๐Ÿ“ Descriptionโ€‹

This section configures the parameters for API calls to Imagonist.


๐Ÿงพ Fieldsโ€‹

#FieldTypeDescriptionRequired
1urlstringImagonist API URLYes
2clientKeystringHeader client-key to send in API calls with the client identifierYes
3usernamestringUser for anonymous navigationNo
4passwordstringPassword for anonymous navigationNo
5defaultStoreIdintDefault store ID if not otherwise specifiedNo
6defaultDeliveryTypestringDefault delivery mode if not otherwise specifiedNo

๐Ÿ’ž JSON Exampleโ€‹

{
"url": "https://environment.imagonist.cloud",
"clientKey": "CLIENTstag",
"username": "[email protected]",
"password": "1234",
"defaultStoreId": 1000,
"defaultDeliveryType": "takeaway"
}