API documentation
[GET] Organizations > Generic data
API version 1.0
Overview
This API returns all the datas on iPress related to a specific brand.
All organizations API:
Request Link
GET: https://api.ipresslive.it/v1.0/organizations/read/
Request Parameters
Name | Description | Required |
---|---|---|
token | APIKEY (40-character alphanumeric string) that allows access to the API. | Yes |
lng |
Language in which the results will be returned.
Default value: IT Possible values:
|
No |
Request Example
GET: https://api.ipresslive.it/v1.0/organizations/read/?token={YOUR_APIKEY}&lng={LANGUAGE_CODE}
Response Elements
Name | Description | Type |
---|---|---|
Name | Organization name | String |
Description | Organization description | String |
Link | Organization link on iPress | String |
Logo | Organization logo | String |
Banner | Organization banner | String |
Website | Organization website | String |
Facebook profile of the brand | String | |
Instagram profile of the brand | String | |
Linkedin profile of the brand | String | |
TikTok | TikTok profile of the brand | String |
Twitter profile of the brand | String | |
Address | Address of the headquarter of the brand | String |
City | City of the headquarter of the brand | String |
PostalCode | Postal code of the city of the headquarter of the brand | Int |
County | County of the city of the headquarter of the brand | String |
Country | Country of the city of the headquarter of the brand | String |
Phone | Phone number of the brand | String |
Email address of the brand | String |
Response Example
{
"Name": "iPress Live",
"Description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit...",
"Link": "https://www.ipresslive.it/it/ipress/corporate/view/00000/",
"Logo": "https://s3.amazonaws.com/iprs/companies/00000/brand-logo-00000.jpg",
"Banner": "https://s3.amazonaws.com/iprs/companies/00000/brand-banner-00000.jpg",
"Website": "https://www.ipresslive.it/",
"Facebook": "https://www.facebook.com/ipress/",
"Instagram": "https://www.instagram.com/ipress/",
"Linkedin": "https://www.linkedin.com/company/ipress/",
"TikTok": "https://www.tiktok.com/@ipress",
"Twitter": "https://twitter.com/ipress",
"Address": "P.za del Duomo, 10",
"City": "Milan",
"PostalCode": "20100",
"County": "MI",
"Country": "Italy",
"Phone": "+39 0000 000000",
"Email": "info@ipresslive.it"
}
Response Errors
Code | Description |
---|---|
404 | Not found: invalid request |
401 | Unauthorized: APIKEY entered invalid or no longer enabled |
Response Errors Example
{
"responseCode": "404",
"responseMessage": "Not found"
}