Imagonist
๐ Redis Keyโ
tenant_slug:imagonist
๐ Descriptionโ
This section configures the parameters for API calls to Imagonist.
๐งพ Fieldsโ
| # | Field | Type | Description | Required |
|---|---|---|---|---|
| 1 | url | string | Imagonist API URL | Yes |
| 2 | clientKey | string | Header client-key to send in API calls with the client identifier | Yes |
| 3 | username | string | User for anonymous navigation | No |
| 4 | password | string | Password for anonymous navigation | No |
| 5 | defaultStoreId | int | Default store ID if not otherwise specified | No |
| 6 | defaultDeliveryType | string | Default delivery mode if not otherwise specified | No |
๐ JSON Exampleโ
{
"url": "https://environment.imagonist.cloud",
"clientKey": "CLIENTstag",
"username": "[email protected]",
"password": "1234",
"defaultStoreId": 1000,
"defaultDeliveryType": "takeaway"
}