v1

latestOpenAPI 3.0.2raw.githubusercontent.com2025-10-15392455.7 KB
Auth

Store Delegation

Allows an authenticated user to store a signed delegation. The frontend should construct and sign the delegation using the Gator SDK.

post/api/v1/auth/delegation

Request body

delegate_addressstring required
signed_delegation_datastring required
expirystring date-time
is_activeboolean

Response

Successful Response

delegate_addressstring required
signed_delegation_datastring required
expirystring date-time
is_activeboolean
idinteger required
user_idinteger required
created_atstring date-time required