GET
/
identifier-recommendations
/
curl --request GET \
  --url https://api.flare.io/firework/v4/identifier-recommendations/ \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "id": 123,
      "data": {
        "type": "<string>",
        "fqdn": "<string>"
      }
    }
  ],
  "next": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

types
enum<string>[] | null
query
string | null
from
string | null
size
integer
default:100
Required range: 0 < x <= 100

Response

200
application/json

Successful Response

The response is of type object.