curl --location -g --request GET '/organizations?category_ids[]=ec9f56fd-6034-4ca2-a4f4-9cbe2be8a46b&profile_type_ids[]=18fe8bf4-3b27-47cc-a692-a20265164868' \
--header 'x-omerlo-media-id: {{omerlo_media_id}}' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"profile_type_id": "fcb02d6f-d919-45dd-b606-b0bf8279ebd8",
"kind": "organization",
"name": "string",
"summary_html": "string",
"summary_text": "string",
"canonical_url": "http://example.com",
"profile_image_url": "http://example.com",
"category_ids": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
],
"meta": {
"locales": {
"current": "string",
"available": [
"string"
]
}
},
"updated_at": "2019-08-24T14:15:22.123Z"
}
],
"assocs": {
"categories": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"svg_icon": "string",
"meta": {
"locales": {
"current": "string",
"available": [
"string"
]
}
},
"updated_at": "2019-08-24T14:15:22.123Z"
}
],
"profile_types": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"kind": "event",
"key": "string",
"name": "string",
"meta": {
"locales": {
"current": "string",
"available": [
"string"
]
}
},
"updated_at": "2019-08-24T14:15:22.123Z"
}
]
},
"meta": {
"base": "http://example.com",
"next": "http://example.com",
"previous": "http://example.com"
}
}