- Auth
- API Keys
- Collectables
- Heroes and Characters
- Game
- Asset Candidates
- Assets
- Bones
- Players
- Leaderboards
- Files
- Feature Toggles
- Universal Player Auth
- Merging
- Rarities
- Preferences
- Platforms
- Progressions
- User
- Organisation
- Link Types
- Events/Missions
- Maps
- White Label Login
- Rewards
- Moderation Reports
- Catalogs
- Currency
- Balances
- Messages
- DLC
- Player Segments
- Character Classes
- Subscriptions
- Player Operations
- Roles
- Title Config
- Items
- Entitlements
- Feedback
- Hosts
- Metadata
- Triggers
- Data Migration
- Twitch Drops
- Notifications
Send Reset Password Email
Developing
POST
https://api.lootlocker.io/admin/password/reset/v2/email
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.lootlocker.io/admin/password/reset/v2/email' \
--header 'x-auth-token: ' \
--header 'Content-Type: application/json' \
--data-raw '{"email": "dev@lootlocker.com"}'
Response Response Example
204 - Example 1
{}
Request
Header Params
x-auth-token
stringÂ
optional
Default:
{{admin_auth_token}}
Body Params application/json
email
stringÂ
required
Examples
Responses
🟢204No Content
application/json
Body
object {0}
🟠429Rate Limited
🟠400Invalid Request Body
Modified at 2025-01-30 12:57:45