Retrieve a list of organizations that are recruiting
/organization
Filter by the name of the hiring organization.
Amazon
Filter by the domain URL that published the job offer
www.linkedin.com
A list of organizations.
Bad request due to invalid input or missing fields.
Unauthorized. API key is missing or invalid.
Internal server error.
curl -L \ --request POST \ --url '/organization' \ --header 'apikey: ApiKeyAuth <apiKey>' \ --header 'Content-Type: application/json' \ --data '{"name":"Amazon","domain":"www.linkedin.com"}'
{ "ok": true, "hits": [ { "name": "Amazon", "matches": [ { "logo": "https://example.com/logo.jpg", "domain": "www.linkedin.com" } ] } ] }