POST
/api/v1/linkedin/search
Request bodyrequired
| connectedAccountIdrequired | string · uuid Connected account to act as |
| keywordsoptional | string |
| searchUrloptional | string · uri |
| cursoroptional | string |
| limitoptional | integer |
Response
200Search hits and an optional cursor.
| hits | object[] |
| cursor | string | null |
Errors
- 400: Bad request
- 401: Unauthorized: missing or invalid API key
- 403: Forbidden
- 404: Not found
- 422: Invalid request payload