Authorizations
The authentication system on Partoo API is using API Key that should be put in the header of the request (the name of the header is x-APIKey
). An api_key is linked to a user. This user's role will give you different access level to the API features.
Body
JSON to create an organization
Organization name
"Fast Retailer"
Organization alias (should match regex [a-z0-9_]
)
"fast_retailer"
Maximum number of local businesses the organization can have. It does not include the global (brand) businesses. If null, there is no limit for the organization. This field can only be set by a provider.
100
Response
OK
Result object
Request status
success
Organization id
42
Organization alias (should match regex [a-z0-9_]
)
"fast_retailer"
Maximum number of local businesses the organization can have. It does not include the global (brand) businesses. If null, there is no limit for the organization. This field can only be set by a provider.
100