cURL
curl --request GET \ --url https://{env}.tartanhq.com/api/vendor/connections/ \ --header 'Authorization: <api-key>'
{ "message": "success", "pageInfo": { "totalPages": 6, "totalItems": 59, "items": 10, "next": true, "previous": false }, "data": [ { "org_name": "<string>", "org_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "shared_data_points": [ "<string>" ], "not_shared_data_points": [ "<string>" ], "not_requested_data_points": [ "<string>" ], "last_successful_sync": "10th July, 01:11 PM", "sync_frequency": "<string>", "hrms_code": "<string>", "csm_user": "<string>", "application_status_timestamp": "10th July, 12:55 PM", "created_by_user": "<string>", "int_type": "Upload CSV", "email": "[email protected]", "phone": "<string>", "is_international": true, "salary_details_flag": true, "application_connection_status": "Active" } ] }
Returns a list of vendor connections filtered by status.
Filter connections by status (e.g., pending, approved).
pending
approved
rejected
Successful response
"success"
Show child attributes