Skip to main content

Create Developer App

POST 

/developer-apps

Create a new developer app. Indexer validates grants.

Request

Query Parameters

    user_id stringrequired

    The user ID of the user creating the developer app

Body

required

    name stringrequired

    Developer app name

    description string

    App description

    imageUrl string

    App logo/image URL

Responses

Developer app created successfully

Schema

    api_key string

    The API key (address) for the developer app

    api_secret string

    The private key for the developer app (for signing)

    bearer_token string

    The bearer token for API authentication (use in Authorization header)

    transaction_hash string

    Transaction hash of the creation

Loading...