cURL
curl --request POST \ --url https://finceptbackend.share.zrok.io/quantlib/core/types/tenor/add-to-date \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{}'
{}
Add a tenor (e.g. ‘3M’, ‘1Y’) to a date and return the result date
API key for authentication. Get your key at https://finceptbackend.share.zrok.io/auth/register
The body is of type object.
object
Successful Response