cURL
curl --request PUT \ --url http://localhost:3001/portal-api/providers/{provider_id}/synchronize \ --header 'Authorization: <api-key>'
{ "status": "ok", "message": "Action Synchronize: Executed successfully" }
Synchronize API Products and plans with an API Provider
UID of an API provider
1
OK
Status of the operation
"ok"
Human-readable description of the status
"Action Synchronize: Executed successfully"
Was this page helpful?