All URIs are relative to https://api.clever-cloud.com/v2
Method | HTTP request | Description |
---|---|---|
AskForPasswordResetViaForm | Post /password_forgotten | |
AuthorizePaypalTransaction | Put /invoice/external/paypal/{bid} | |
CancelPaypalTransaction | Delete /invoice/external/paypal/{bid} | |
ConfirmPasswordResetRequest | Get /password_forgotten/{key} | |
CreateUserFromForm | Post /users | |
DeleteGithubLink | Delete /github/link | |
FinsihGithubSignup | Post /github/signup | |
GetApplications | Get /users/{id}/applications | |
GetEnv | Get /application/{appId}/environment | |
GetGitInfo | Get /users/{userId}/git-info | |
GetGithub | Get /github | |
GetGithubApplications | Get /github/applications | |
GetGithubCallback | Get /github/callback | |
GetGithubEmails | Get /github/emails | |
GetGithubKeys | Get /github/keys | |
GetGithubLink | Get /github/link | |
GetGithubLogin | Get /github/login | |
GetGithubUsername | Get /github/username | |
GetLoginForm | Get /session/login | |
GetLoginForm1 | Get /sessions/login | |
GetPasswordForgottenForm | Get /password_forgotten | |
GetSignupForm | Get /session/signup | |
GetSignupForm1 | Get /sessions/signup | |
GetUserById | Get /users/{id} | |
GithubSignup | Get /github/signup | |
Login | Post /session/login | |
Login1 | Post /sessions/login | |
MfaLogin | Post /session/mfa_login | |
MfaLogin1 | Post /sessions/mfa_login | |
PostGithubRedeploy | Post /github/redeploy | |
ResetPasswordForgotten | Post /password_forgotten/{key} | |
UpdateEnv | Put /application/{appId}/environment | |
UpdateInvoice | Post /invoice/external/{bid} |
string AskForPasswordResetViaForm(ctx, optional)
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
optional | *AskForPasswordResetViaFormOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a AskForPasswordResetViaFormOpts struct
Name | Type | Description | Notes |
---|---|---|---|
login | optional.String | ||
dropTokens | optional.String | ||
cleverFlavor | optional.String |
string
No authorization required
- Content-Type: application/x-www-form-urlencoded
- Accept: text/html
[Back to top] [Back to API list] [Back to Model list] [Back to README]
AuthorizePaypalTransaction(ctx, bid, paymentData)
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
bid | string | ||
paymentData | PaymentData |
(empty response body)
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
CancelPaypalTransaction(ctx, bid)
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
bid | string |
(empty response body)
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
string ConfirmPasswordResetRequest(ctx, key, optional)
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
key | string | ||
optional | *ConfirmPasswordResetRequestOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a ConfirmPasswordResetRequestOpts struct
Name | Type | Description | Notes |
---|
cleverFlavor | optional.String| |
string
No authorization required
- Content-Type: Not defined
- Accept: text/html
[Back to top] [Back to API list] [Back to Model list] [Back to README]
CreateUserFromForm(ctx, optional)
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
optional | *CreateUserFromFormOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a CreateUserFromFormOpts struct
Name | Type | Description | Notes |
---|---|---|---|
invitationKey | optional.String | ||
addonBetaInvitationKey | optional.String | ||
optional.String | |||
pass | optional.String | ||
urlNext | optional.String | ||
terms | optional.String | ||
subscriptionSource | optional.String | ||
cleverFlavor | optional.String | ||
oauthToken | optional.String |
(empty response body)
No authorization required
- Content-Type: application/x-www-form-urlencoded
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Message DeleteGithubLink(ctx, )
This endpoint does not need any parameter.
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
string FinsihGithubSignup(ctx, optional)
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
optional | *FinsihGithubSignupOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a FinsihGithubSignupOpts struct
Name | Type | Description | Notes |
---|---|---|---|
transactionId | optional.String | ||
name | optional.String | ||
otherId | optional.String | ||
otherEmail | optional.String | ||
password | optional.String | ||
autoLink | optional.String | ||
terms | optional.String | ||
invitationKey | optional.String | ||
mfaKind | optional.String | ||
mfaAttempt | optional.String |
string
No authorization required
- Content-Type: application/x-www-form-urlencoded
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]ApplicationView GetApplications(ctx, id)
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
id | string |
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
string GetEnv(ctx, appId, optional)
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
appId | string | ||
optional | *GetEnvOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a GetEnvOpts struct
Name | Type | Description | Notes |
---|
token | optional.String| |
string
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
string GetGitInfo(ctx, userId)
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
userId | string |
string
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
OAuthTransactionView GetGithub(ctx, )
This endpoint does not need any parameter.
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]OAuthApplicationView GetGithubApplications(ctx, )
This endpoint does not need any parameter.
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
GetGithubCallback(ctx, optional)
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
optional | *GetGithubCallbackOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a GetGithubCallbackOpts struct
Name | Type | Description | Notes |
---|---|---|---|
ccOAuthData | optional.String | ||
code | optional.String | ||
state | optional.String | ||
error_ | optional.String | ||
errorDescription | optional.String | ||
errorUri | optional.String |
(empty response body)
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]string GetGithubEmails(ctx, )
This endpoint does not need any parameter.
[]string
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]SshKeyView GetGithubKeys(ctx, )
This endpoint does not need any parameter.
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
string GetGithubLink(ctx, optional)
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
optional | *GetGithubLinkOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a GetGithubLinkOpts struct
Name | Type | Description | Notes |
---|---|---|---|
transactionId | optional.String | ||
redirectUrl | optional.String |
string
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
GetGithubLogin(ctx, optional)
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
optional | *GetGithubLoginOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a GetGithubLoginOpts struct
Name | Type | Description | Notes |
---|---|---|---|
redirectUrl | optional.String | ||
fromAuthorize | optional.String | ||
cliToken | optional.String | ||
cleverFlavor | optional.String | ||
oauthToken | optional.String | ||
invitationKey | optional.String | ||
subscriptionSource | optional.String |
(empty response body)
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
string GetGithubUsername(ctx, )
This endpoint does not need any parameter.
string
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
string GetLoginForm(ctx, optional)
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
optional | *GetLoginFormOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a GetLoginFormOpts struct
Name | Type | Description | Notes |
---|---|---|---|
secondaryEmailKey | optional.String | ||
deletionKey | optional.String | ||
fromAuthorize | optional.String | ||
cliToken | optional.String | ||
cleverFlavor | optional.String |
string
No authorization required
- Content-Type: Not defined
- Accept: text/html
[Back to top] [Back to API list] [Back to Model list] [Back to README]
string GetLoginForm1(ctx, optional)
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
optional | *GetLoginForm1Opts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a GetLoginForm1Opts struct
Name | Type | Description | Notes |
---|---|---|---|
secondaryEmailKey | optional.String | ||
deletionKey | optional.String | ||
fromAuthorize | optional.String | ||
cliToken | optional.String | ||
cleverFlavor | optional.String |
string
No authorization required
- Content-Type: Not defined
- Accept: text/html
[Back to top] [Back to API list] [Back to Model list] [Back to README]
string GetPasswordForgottenForm(ctx, optional)
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
optional | *GetPasswordForgottenFormOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a GetPasswordForgottenFormOpts struct
Name | Type | Description | Notes |
---|---|---|---|
cleverFlavor | optional.String |
string
No authorization required
- Content-Type: Not defined
- Accept: text/html
[Back to top] [Back to API list] [Back to Model list] [Back to README]
string GetSignupForm(ctx, optional)
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
optional | *GetSignupFormOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a GetSignupFormOpts struct
Name | Type | Description | Notes |
---|---|---|---|
invitationKey | optional.String | ||
urlNext | optional.String | ||
cleverFlavor | optional.String |
string
No authorization required
- Content-Type: Not defined
- Accept: text/html
[Back to top] [Back to API list] [Back to Model list] [Back to README]
string GetSignupForm1(ctx, optional)
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
optional | *GetSignupForm1Opts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a GetSignupForm1Opts struct
Name | Type | Description | Notes |
---|---|---|---|
invitationKey | optional.String | ||
urlNext | optional.String | ||
cleverFlavor | optional.String |
string
No authorization required
- Content-Type: Not defined
- Accept: text/html
[Back to top] [Back to API list] [Back to Model list] [Back to README]
UserView GetUserById(ctx, id)
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
id | string |
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
GithubSignup(ctx, optional)
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
optional | *GithubSignupOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a GithubSignupOpts struct
Name | Type | Description | Notes |
---|---|---|---|
redirectUrl | optional.String | ||
fromAuthorize | optional.String | ||
cliToken | optional.String | ||
cleverFlavor | optional.String | ||
oauthToken | optional.String | ||
invitationKey | optional.String | ||
subscriptionSource | optional.String | ||
terms | optional.String |
(empty response body)
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
string Login(ctx, optional)
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
optional | *LoginOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a LoginOpts struct
Name | Type | Description | Notes |
---|---|---|---|
optional.String | |||
pass | optional.String | ||
fromAuthorize | optional.String | ||
cliToken | optional.String | ||
cleverFlavor | optional.String | ||
oauthToken | optional.String |
string
No authorization required
- Content-Type: application/x-www-form-urlencoded
- Accept: text/html
[Back to top] [Back to API list] [Back to Model list] [Back to README]
string Login1(ctx, optional)
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
optional | *Login1Opts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a Login1Opts struct
Name | Type | Description | Notes |
---|---|---|---|
optional.String | |||
pass | optional.String | ||
fromAuthorize | optional.String | ||
cliToken | optional.String | ||
cleverFlavor | optional.String | ||
oauthToken | optional.String |
string
No authorization required
- Content-Type: application/x-www-form-urlencoded
- Accept: text/html
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]OAuthApplicationView MfaLogin(ctx, optional)
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
optional | *MfaLoginOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a MfaLoginOpts struct
Name | Type | Description | Notes |
---|---|---|---|
mfaKind | optional.String | ||
mfaAttempt | optional.String | ||
optional.String | |||
authId | optional.String | ||
fromAuthorize | optional.String | ||
cliToken | optional.String | ||
cleverFlavor | optional.String | ||
oauthToken | optional.String |
No authorization required
- Content-Type: application/x-www-form-urlencoded
- Accept: text/html
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]OAuthApplicationView MfaLogin1(ctx, optional)
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
optional | *MfaLogin1Opts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a MfaLogin1Opts struct
Name | Type | Description | Notes |
---|---|---|---|
mfaKind | optional.String | ||
mfaAttempt | optional.String | ||
optional.String | |||
authId | optional.String | ||
fromAuthorize | optional.String | ||
cliToken | optional.String | ||
cleverFlavor | optional.String | ||
oauthToken | optional.String |
No authorization required
- Content-Type: application/x-www-form-urlencoded
- Accept: text/html
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Message PostGithubRedeploy(ctx, githubWebhookPayload, optional)
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
githubWebhookPayload | GithubWebhookPayload | ||
optional | *PostGithubRedeployOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a PostGithubRedeployOpts struct
Name | Type | Description | Notes |
---|
userAgent | optional.String| | xGithubEvent | optional.String| | xHubSignature | optional.String| |
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
string ResetPasswordForgotten(ctx, key, optional)
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
key | string | ||
optional | *ResetPasswordForgottenOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a ResetPasswordForgottenOpts struct
Name | Type | Description | Notes |
---|
pass | optional.String| | pass2 | optional.String| |
string
No authorization required
- Content-Type: application/x-www-form-urlencoded
- Accept: text/html
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Message UpdateEnv(ctx, appId, body, optional)
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
appId | string | ||
body | string | ||
optional | *UpdateEnvOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a UpdateEnvOpts struct
Name | Type | Description | Notes |
---|
token | optional.String| |
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
UpdateInvoice(ctx, bid, endOfInvoiceResponse)
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
bid | string | ||
endOfInvoiceResponse | EndOfInvoiceResponse |
(empty response body)
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]