curl --request POST \
--url https://api.flare.io/tokens/generate \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '
{
"tenant_id": 123
}
'{
"refresh_token_exp": 1723673997,
"token": "i-am-an-example-api-token"
}
curl --request POST \
--url https://api.flare.io/tokens/generate \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '
{
"tenant_id": 123
}
'{
"refresh_token_exp": 1723673997,
"token": "i-am-an-example-api-token"
}
{
"refresh_token_exp": 1723673997,
"token": "i-am-an-example-api-token"
}
Was this page helpful?