Files
MBS/WEBSERVICES/test/akeneo/Akeneo 4.x PIM API environment.postman_environment.json
T

74 lines
1.2 KiB
JSON
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
name: "Akeneo 1.7/2.x/3.x PIM API environment",
values: [
{
enabled: true,
key: "url",
value: "https://your-favorite-1.7-2x-or-3x-PIM.akeneo.com",
type: "text"
},
{
enabled: true,
key: "clientId",
value: "client_id",
type: "text"
},
{
enabled: true,
key: "secret",
value: "secret",
type: "text"
},
{
enabled: true,
key: "username",
value: "username",
type: "text"
},
{
enabled: true,
key: "password",
value: "password",
type: "text"
}
]
}
// 20201010100925
// https://api.akeneo.com/files/akeneo-PIM-API-environment-old.postman_environment.json
{
"name": "Akeneo 1.7/2.x/3.x PIM API environment",
"values": [
{
"enabled": true,
"key": "url",
"value": "https://your-favorite-1.7-2x-or-3x-PIM.akeneo.com",
"type": "text"
},
{
"enabled": true,
"key": "clientId",
"value": "client_id",
"type": "text"
},
{
"enabled": true,
"key": "secret",
"value": "secret",
"type": "text"
},
{
"enabled": true,
"key": "username",
"value": "username",
"type": "text"
},
{
"enabled": true,
"key": "password",
"value": "password",
"type": "text"
}
]
}