Idea organizations API

List idea organizations

GET /api/v1/idea_organizations

Parameters
NameDescription
page

Page number to return.

per_page

Number of records to return per page.

q

Search term to match against organization name

email_domain

If provided returns organizations with a matching email domain

updated_since

UTC timestamp (in ISO8601 format). If provided, only idea_organizations updated after the timestamp will be returned

segment

If provided returns organizations with matching segment ids.

Example request

GET /api/v1/idea_organizations?page=1&per_page=30

Example CURL command

curl -g "https://company.aha.io/api/v1/idea_organizations?page=1&per_page=30" -X GET \
	-H "Authorization: Bearer 584b6d6b83405011f8c6903d2379f4afdf824cef867db391b7bcb5995f603a76" \
	-H "Content-Type: application/json" \
	-H "Accept: application/json"

Request

authorization: Bearer 584b6d6b83405011f8c6903d2379f4afdf824cef867db391b7bcb5995f603a76
contentType: application/json
accept: application/json

Response

Status: 200 OK
contentType: application/json; charset=utf-8

Response body