List tags
Retrieve all tags matching the optional filter criteria. Results are scoped to the customer context provided in the request headers — including the customer’s own tags, parent customer tags, and all SYSTEM tags. Sibling customer tags are excluded.
Results are sorted in descending order by updatedAt.
Filtering within a single parameter applies OR logic (e.g. categories=FRAUD,SCAM returns
tags in either category). Filtering across different parameters applies AND logic
(e.g. categories=FRAUD&domains=ONBOARDING returns tags that are both FRAUD and ONBOARDING).
Authorizations
Headers
Your API key provided by FrankieOne
"245c765b124a098d09ef8765...."
Your Customer ID provided by FrankieOne
"12345678-1234-1234-1234-123456789012"
Your Customer Child ID provided by FrankieOne
"87654321-4321-4321-4321-210987654321"
Open string that can be used to define the "channel" the request comes in from. It can potentially be used in routing and risk calculations upon request. Default values that can be used are: api portal smartui Any alphanumeric string is supported though. Anything over 64 characters will be truncated.
Username provided by API caller
"fred.flintstone@frankieone.com"
Query Parameters
Filter tags by type. Supports multiple comma-separated values (OR logic).
The type of the tag.
- SYSTEM: A tag created by FrankieOne. The
createdByandupdatedByfields will be omitted for SYSTEM tags. - CUSTOMER: A tag created by the customer.
SYSTEM, CUSTOMER Filter tags by category. Supports multiple comma-separated values (OR logic).
Filter tags by domain. Supports multiple comma-separated values (OR logic).
Filter by specific tag IDs. Supports multiple comma-separated values (OR logic).
The page number that you want to retrieve for the list query
Limit the number of items that will be returned as part of the request
x >= 1