Skip to main content
PUT
/
fx-rates
/
{id}
API to update an FX rate
curl --request PUT \
  --url https://api.getenso.ai/fx-rates/{id} \
  --header 'Authorization: Bearer <token>'
{
  "status": "success",
  "message": "Success",
  "data": {}
}
SystemUser permission: FxRateService:updateFxRate

Authorizations

Authorization
string
header
required

JWT bearer token obtained from POST /auth/system-login using your client credentials.

Path Parameters

id
string
required

Response

Success

status
string
Example:

"success"

message
string
Example:

"Success"

data
object

Endpoint-specific payload (object, array, or null)