Create User API Key
Create a new API key for the specified user. Only superusers or the user themselves may create an API key.
Path parameters
id
ID of the user for whom to create an API key
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
X-API-Key
Request
This endpoint expects an object.
name
Name of the API key
description
Description of the API key
Response
Successful Response
results