API key client
In Content Hub ONE, API keys are used to authenticate. The following methods are available.
| Method | Description |
|---|---|
GET /api/content/v1/apikeys | Retrieves the API keys. |
POST /api/content/v1/apikeys | Creates a new API key. |
PUT /api/content/v1/apikeys/<HASH> | Updates the name of a specific API key. |
DELETE /api/content/v1/apikeys/<HASH> | Deletes a specific API key. |
The following example illustrates these methods:
If you have suggestions for improving this article, let us know!