Marqeta · Capability
Core API — auth controls
Core API — auth controls. 8 operations. Lead operation: Lists all global auth control exceptions for the program. Self-contained Naftiko capability covering one Marqeta business surface.
What You Can Do
GET
Getauthcontrols
— Lists all global auth control exceptions for the program
/v1/authcontrols
POST
Postauthcontrols
— Creates an auth control exception
/v1/authcontrols
GET
Getauthcontrolsexemptmids
— Lists all auth control exempted MIDs for the program
/v1/authcontrols/exemptmids
POST
Postauthcontrolsexemptmids
— Creates an auth control for exempting MIDs
/v1/authcontrols/exemptmids
GET
Getauthcontrolsexemptmidstoken
— Returns a specific auth control exemptmids
/v1/authcontrols/exemptmids/{token}
PUT
Putauthcontrolsexemptmidstoken
— Updates the status an auth control exemptmids
/v1/authcontrols/exemptmids/{token}
GET
Getauthcontrolstoken
— Returns a specific auth control exception
/v1/authcontrols/{token}
PUT
Putauthcontrolstoken
— Updates an auth control exception
/v1/authcontrols/{token}
MCP Tools
lists-all-global-auth-control
Lists all global auth control exceptions for the program
read-only
idempotent
creates-auth-control-exception
Creates an auth control exception
lists-all-auth-control-exempted
Lists all auth control exempted MIDs for the program
read-only
idempotent
creates-auth-control-exempting-mids
Creates an auth control for exempting MIDs
returns-specific-auth-control-exemptmids
Returns a specific auth control exemptmids
read-only
idempotent
updates-status-auth-control-exemptmids
Updates the status an auth control exemptmids
idempotent
returns-specific-auth-control-exception
Returns a specific auth control exception
read-only
idempotent
updates-auth-control-exception
Updates an auth control exception
idempotent