Ask if Pulling
This endpoint allows the daemon to determine whether Talk2Sync is currently requesting the external system to retrieve synchronized data.
Request
GET https://api.talk2sync.com/api/adapters/custom/reverse/connection/{{your key}}/ping
The {{your key}} placeholder represents the key assigned to the reverse connection.
Response
The endpoint should return the current connection status in a JSON structure similar to:
{
"connectionstatus": "pulling"
}
The pulling status indicates that Talk2Sync is requesting the daemon to begin the corresponding data retrieval process.
Next Steps
- Review Pull Products Page to retrieve products from Talk2Sync.
- Review Pull Orders Page to retrieve orders from Talk2Sync.
- Review the Reverse Connections Protocol for the complete synchronization sequence.