users

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

post/users/{id}/grants

Path parameters

idstring required

The user ID (grantor)

Request body

app_api_keystring required

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

Response

Grant created successfully

transaction_hashstring

The blockchain transaction hash

block_hashstring

The blockchain block hash

block_numberinteger

The blockchain block number/height

Changes