cURL
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>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes
0 < x <= 100
Successful Response
The response is of type object.
object
Was this page helpful?