Get a Mod

GET
/mods/{modId}
/mods/{modId}

The Authorization access token

Authorization

Authorization
Required
Bearer <token>

Session token. Example: "Authorization": "Bearer <token>"

In: header

X-API-Key<token>

API key. Example: "X-API-Key": "<apiKey>"

In: header

Path Parameters

modId
Required
string

The id of the Mod.

curl -X GET "https://api.endless.io/v1/mods/string" \
  -H "Authorization: Bearer <token>"

Success

{
  "animated_icon": "string",
  "approved": true,
  "background_image": "string",
  "config": {},
  "cost": 0,
  "created_at": "string",
  "created_by_id": "string",
  "description": "string",
  "examples": {},
  "icon": "string",
  "id": "string",
  "owner_id": "string",
  "parameters": {},
  "tags": [
    "string"
  ],
  "title": "string"
}