Skip to main content
Version: 1.1.5

Admin - Create a new user

GET 

/admin/create-user

Creates a new user. This endpoint is only accessible to the Vertex's admin. This API returns a new API Key for the user. An API Key can then be used to authenticate the user in the subsequent API calls via the AUTHORIZATION header.

Request

Query Parameters

    label stringnull

    Label for the user to be created. For example "ETH Custody User"

Header Parameters

    AUTHORIZATION stringrequired

    The AUTHORIZATION header must be set to the Admin token. which is set on Vertex setup

Responses

Schema

    api_key APIKeyrequired
    user_id UserIdrequired
Loading...