Skip to content

Commit

Permalink
Add note for equipped skins endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbmaier committed Oct 20, 2024
1 parent 1a3e9fc commit 4e97d1a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/core/skins/equipped.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,20 @@ Gets the equipped skins data for the requested users.
---

**Remarks**:

- This endpoint only returns a skin's identifier - if you need to retrieve the actual skin information, you can use [the skin info endpoint](/core/skins/info).
- This endpoint is only accessible with tokens authenticated through Ubisoft user accounts (as opposed to dedicated server accounts). If you encounter `401` errors using a dedicated server account, switch to using a Ubisoft account.

---

**Example request**:

```plain
GET https://prod.trackmania.core.nadeo.online/accounts/skins/?accountIdList=5b4d42f4-c2de-407d-b367-cbff3fe817bc,da4642f9-6acf-43fe-88b6-b120ff1308ba
```

**Example response**:

```json
[
{
Expand Down

0 comments on commit 4e97d1a

Please sign in to comment.