Hi guys,
Can anybody please tell me how to pass api_key in exchange rate API. I've been following along airbyte doc but i think the way they are passing api_key previously access_key is deprecated. I'm getting the following error, if anybody knows do let me know.
response ----> {
"success": false,
"error": {
"code": 101,
"type": "missing_access_key",
"info": "You have not supplied an API Access Key. [Required format: access_key=YOUR_ACCESS_KEY]"
}
}