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

Changes