---
title: Create a Leaderboard
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/post-v1-gamecenterleaderboards
---

# Create a Leaderboard

Add a new leaderboard to your app.

## URL

POST https://api.appstoreconnect.apple.com/v1/gameCenterLeaderboards

## Response Codes

201 Created: 400 Bad Request: 401 Unauthorized: 403 Forbidden: 409 Conflict: 422 : 429 :

## Mentioned in

App Store Connect API 3.7 release notes Configuring Game center activities

## Discussion

Discussion Example Request and Response

## See Also

### Creating, modifying, and deleting leaderboards

- [Create a Game Center Leaderboard](appstoreconnectapi/post-v2-gamecenterleaderboards.md)
- [Modify a Game Center Leaderboard](appstoreconnectapi/patch-v2-gamecenterleaderboards-_id_.md)
- [Modify the Activity for a Game Center Leaderboard](appstoreconnectapi/patch-v2-gamecenterleaderboards-_id_-relationships-activity.md)
- [Modify the Challenge for a Game Center Leaderboard](appstoreconnectapi/patch-v2-gamecenterleaderboards-_id_-relationships-challenge.md)
- [Delete a Game Center Leaderboard](appstoreconnectapi/delete-v2-gamecenterleaderboards-_id_.md)
- [Edit a Leaderboard](appstoreconnectapi/patch-v1-gamecenterleaderboards-_id_.md)
- [Edit the Relationship Between a Leaderboard and a Group Leaderboard](appstoreconnectapi/patch-v1-gamecenterleaderboards-_id_-relationships-groupleaderboard.md)
- [Modify the activity for a Game Center leaderboard](appstoreconnectapi/patch-v1-gamecenterleaderboards-_id_-relationships-activity.md)
- [Modify the challenge for a Game Center leaderboard](appstoreconnectapi/patch-v1-gamecenterleaderboards-_id_-relationships-challenge.md)
- [Delete a Leaderboard](appstoreconnectapi/delete-v1-gamecenterleaderboards-_id_.md)
