cURL
curl --request POST \ --url https://sis.sumvin.com/v0/organisation/{org_id}/keys \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>" } '
{ "_links": { "self": { "href": "<string>", "method": "GET", "templated": false, "description": "<string>" }, "organisation": { "href": "<string>", "method": "GET", "templated": false, "description": "<string>" } }, "id": "<string>", "key": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
255
Successful Response
Show child attributes
Plaintext API key, shown only on creation.