Aws contracts
This endpoint should be called after being redirected from
awsCustomerRedirect
. The previous redirect should have stored the token
for usage. This endpoint attaches the token (and such the customer details)
to the selected project.
Authorizations
Path parameters
projectIDstring · uuidRequired
Body
amazonMarketplaceTokenstring · min: 1Required
Responses
204
No Content
post
POST /v1/projects/{projectID}/aws-contracts HTTP/1.1
Host: cloud-api.calyptia.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 33
{
"amazonMarketplaceToken": "text"
}
204
No Content
No content