GET
/
playgrounds
/
{playgroundId}
curl --request GET \
  --url https://api.icepanel.io/v1/playgrounds/{playgroundId} \
  --header 'Authorization: <authorization>'
{
  "playground": {
    "name": "<string>",
    "sharing": true,
    "createdAt": "2023-11-07T05:31:56Z",
    "createdBy": "user",
    "createdById": "<string>",
    "id": "<string>",
    "slug": "<string>",
    "updatedAt": "2023-11-07T05:31:56Z",
    "updatedBy": "user",
    "updatedById": "<string>",
    "userIds": [
      "<string>"
    ],
    "users": {},
    "version": 123
  }
}

Headers

Authorization
string
required

Path Parameters

playgroundId
string
required

Response

200
application/json
OK
playground
object
required