Identifiers (domains, keywords, identities, and other types) can be listed and updated via the Management API. This guide covers how to list identifiers, retrieve a specific identifier by ID, and update it using the endpoints below.Documentation Index
Fetch the complete documentation index at: https://flare-xavier-add-flario-proxies-documentation.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Steps
List identifiers
Use the
List Identifiers
endpoint to retrieve all identifiers. Apply filters to narrow down results to specific identifiers you want to update.
Get the full identifier by ID
Use the
Get Identifier
endpoint with the identifier ID to retrieve its complete details and associated data needed to perform the update.
Update the identifier by ID
Use the
Update Asset (Identifier)
endpoint to apply the desired changes to each identifier.
End-to-end examples
Python SDK Example
Python SDK Example