GET
/available-actions
DeprecatedThe Available Actions endpoint has been deprecated. Please use the new Linked Accounts endpoint instead.
Returns a list of models and actions available for an account.
Header Parameters
Authorization
StringRequired
Token-based authentication with required prefix "Bearer"
X-Account-Token
StringRequired
Token identifying the end user.
Response
JSON
{"integration": {"name": "Lever","categories": ["ats"],"image": "https://merge-api-production.s3.amazonaws.com/media/Lever_Logo.png","square_image": "https://merge-api-production.s3.amazonaws.com/media/Lever_Square_Logo.png","color": "#262A34"},"passthrough_available": true,"available_model_operations": [{"model_name": "Candidate","available_operations": ["FETCH","CREATE"],"required_post_parameters": ["remote_user_id"],"supported_fields": ["first_name","last_name","company","title"]}]}