POST
/
pods
cURL
curl --request POST \
  --url https://app.beam.cloud/api/v1/gateway/pods \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "stubId": "<string>",
  "checkpointId": "<string>"
}'
{
  "ok": true,
  "containerId": "<string>",
  "errorMsg": "<string>",
  "stubId": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
stubId
string
required
checkpointId
string

Response

A successful response.

ok
boolean
containerId
string
errorMsg
string
stubId
string