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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"application_key":{"hash":"1234512345123459cda4eb9ced49a3d84fd0138c","name":"app_key","owner":"test_user"}}