Authentication
Creating an API Key Pair
Authentication
Health Check
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
POST /v2/login HTTP/1.1
Host: api.firefly.ai
Content-Type: application/json
Accept: */*
Content-Length: 39
{
"accessKey": "text",
"secretKey": "text"
}{
"accessToken": "text",
"expiresAt": 1,
"tokenType": "text"
}