
Work with the Auth0 FGA API and SDKs
Learn to programmatically manage your Fine-Grained Authorization (FGA) store using the FGA SDK. Including obtaining API credentials and using common API endpoints like "write" and "check."
After defining your authorization model, use the Fine-Grained Authorization (FGA) SDK to programmatically interact with your FGA store. Understand how to obtain the necessary API credentials (store ID, client ID, client secret) from the FGA dashboard. Learn to utilize FGA SDKs to update relationship tuples via the "write" API endpoint and perform access checks to determine user-object relationships using the "check" API endpoint.