Skip to main content

Checkpoints - Get checkpoint

Route URL

GET https://playcanvas.com/api/checkpoints/:id

Description

Get a checkpoint by its id.

Example

curl -H "Authorization: Bearer {accessToken}" "https://playcanvas.com/api/checkpoints/{id}"

HTTP Request

GET https://playcanvas.com/api/checkpoints/{id}
Authorization: Bearer {accessToken}

Parameters

NameTypeDescription
idstringThe id of the checkpoint.

Response Schema

Status: 200
{
"id": string,
"user": {
"id": int,
"fullName": string,
"username": string
},
"createdAt": date,
"description": string
}

Errors

CodeDescription
401Unauthorized
403Forbidden
404Checkpoint not found
429Too many requests

Rate Limiting

This route uses a normal rate limit.