PUT
/
providers
/
{provider_id}
/
synchronize
Synchronize API Products and plans with an API Provider
curl --request PUT \
  --url http://localhost:3001/portal-api/providers/{provider_id}/synchronize \
  --header 'Authorization: <api-key>'
{
  "status": "ok",
  "message": "Action Synchronize: Executed successfully"
}

Authorizations

Authorization
string
header
required

Path Parameters

provider_id
integer
required

UID of an API provider

Example:

1

Response

OK

status
string

Status of the operation

Example:

"ok"

message
string

Human-readable description of the status

Example:

"Action Synchronize: Executed successfully"