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>"
}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.
domain, azure_tenant, email, username x <= 100Was this page helpful?