cURL
curl --request GET \ --url https://api.flare.io/firework/v4/identifier-recommendations/ \ --header 'Authorization: Bearer <token>'
{ "items": [ { "id": 123, "data": { "fqdn": "<string>", "type": "domain" } } ], "next": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
domain
azure_tenant
email
username
x <= 100
Successful Response
Show child attributes
Was this page helpful?