Create an application key

POST {{baseUrl}}/api/v1/application_key

Create an application key with a given name.

Request Body

{"hash"=>"1234512345123459cda4eb9ced49a3d84fd0138c", "name"=>"example user", "owner"=>"example.com"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"application_key":{"hash":"1234512345123459cda4eb9ced49a3d84fd0138c","name":"app_key","owner":"test_user"}}