Fetch Currencies API

This API is used to fetch the salary currencies.

Request URL:

https://people.zoho.com/api/compensation/v1/currencies

Header:

Authorization:Zoho-oauthtoken 1000.8cb99dxxxxxxxxxxxxx9be93.9b8xxxxxxxxxxxxxxxf

Request Method:

GET

Scope:

ZohoPeople.compensation.ALL

Request Parameters:

isHomeCurrencyIf you Mention true it will fetch only base currency, which is the default currency

Threshold Limit: 300 requests | Lock period: 5 minutes

Threshold Limit - Number of API calls allowed within a minute.
Lock Period - Wait time before consecutive API requests.
 

Error Codes & Responses

Sample Request:

Copiedhttps://people.zoho.com/api/compensation/v1/currencies

Sample Response:

Copied{
 "response": {
 "result": [
 {
 "Is_Home_Currency": true,
 "Exchange_Rate": "1",
 "Currency": "AED United Arab Emirates Dirhams",
 "Format_Type": "123456789.00",
 "Currency_Id": "148113000000342626",
 "Format_Type_Id": -1,
 "Currency_Code": "AED"
 }
 ],
 "message": "Success",
 "uri": "/api/compensation/v1/currencies",
 "status": 0
 }
}