Create Pod

Authentication

AuthorizationBearer

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

Request

This endpoint expects an object.
namestringOptional
Name of pod.
client_idstringOptional
Client ID of pod.

Response

This endpoint returns an object.
pod_idstring
ID of pod.
namestring
Name of pod.
updated_atdatetime
Time at which pod was last updated.
created_atdatetime
Time at which pod was created.
client_idstring or null
Client ID of pod.

Errors