Skip to main content

Create Grant

POST 

/users/:id/grants

Create a grant (authorize an app to act on the user's behalf)

Request

Path Parameters

    id stringrequired

    The user ID (grantor)

Body

required

    app_api_key stringrequired

    The developer app address (API key) to grant authorization to

Responses

Grant created successfully

Schema

    success boolean

    Whether the operation was successful

    transaction_hash string

    The blockchain transaction hash

Loading...