get https://{subdomain}.ip-api-sandbox.yakoa.io/{network}/token//authorization/
Retrieves details of a specific Brand Authorization for a Token.
This endpoint fetches the authorization record that permits a specific Token to use content associated with a particular Brand.
Use Cases:
- Verifying if a specific Token is authorized by a Brand before taking action (e.g., during an infringement review).
- Displaying authorization details in a user interface.
- Auditing permissions granted to a Token.
Path Parameters:
token_id
(string, required, from parent router): The unique identifier of the Token.network
(string, required, from parent router): The blockchain network.brand_id
(string, required): The unique identifier of the Brand for which authorization details are being requested for this Token.