Create a new pod and return its identifiers and initial state. Provide exactly one of stubId or checkpointId.
stubId
checkpointId
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>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A successful response.
Was this page helpful?