C

Clever Cloud API

REST discovered

Details
URL
https://api.clever-cloud.com/v2
Docs
https://www.clever-cloud.com/developers/api/howto
Authentication
OAuth 1.0a consumer + user access token pair compound discovered Get key ↗
Authorization: OAuth <credential>

In the Clever Cloud Console, create an OAuth consumer to get a consumer key and consumer secret, then create or obtain a user token and secret for that consumer. Clever Cloud's API docs state that once you have these four credentials, you sign every API request with OAuth 1.0a. The CLI can also obtain the user token/secret interactively with clever login, or you can create API tokens with clever tokens create for external tools.