codeTeam API

Get Team Information

GET /api/dev/v1/team

Get information about your team

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <api-key>

X-TeamId

<team-id>

Response

{
  "success": true,
  "timestamp": "2026-01-19T14:30:00Z",
  "data": {
    "id": "cjld2cjxh0000qzrmn831i7rn",
    "name": "Shulkerbox",
    "slug": "shulker",
    "about": "Let the kitty guide you to victory.",
    "websiteUrl": "https://shulker.app/",
    "createdAt": "2025-09-15T10:23:00Z",
    "updatedAt": "2026-01-19T14:30:00Z",
    "variables": {
      "launcher.version": 43
    }
  },
}

Last updated