Create API key

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

applicationId

string

required

ID of the application that will use the API key

description

string

required

Description of the API key

``200 Successful operation

``400 Bad request

``401 Unauthorized

``500 Internal server error

Updated2 months ago


ShellNodeRubyPHPPython

Base URL

https://localhost:8080/management/apikey

xxxxxxxxxx

curl --request POST \

--url https://localhost:8080/management/apikey \

--header 'accept: application/json' \

--header 'content-type: application/json'

application/json

200400401500

Updated2 months ago