Cresium
  1. V3 - Auth
Cresium
  • Cresium - V3 Partners
    • API
      • Auth Information for V3 API Partners
      • V3 - Health
        • Health check
      • V3 - Transaction
        • Get Transaction data
        • Search transactions
        • Make a transfer
        • Confirm a transaction
        • Reverse a deposit transaction
      • V3 - BankAddress
        • Get Address
      • V3 - CompanyFeature
        • Get Company Features
        • Update Feature Enabled State
      • V3 - Rate
        • Get TNA rate
      • V3 - DepositAddress
        • Update Deposit Address
        • Create Deposit Address
      • V3 - Partner
        • Search partner transactions
      • V3 - Auth
        • Generate change password ID for partner user
          POST
      • V3 - CompanyTax
        • Upsert Company Tax
      • V3 - Balance
        • Get all wallets for Company
    • Webhooks
      • Auth Information for Webhooks
      • Configuring Webhooks
      • Transactions Events - DEPOSIT
    • Schemas
      • Transaction
  1. V3 - Auth

Generate change password ID for partner user

POST
/v3/auth/generate-change-password-id/{email}
Generates a change password ID for a collaborator that belongs to the partner's company

Request

Path Params

Responses

🟢200OK
application/json
Successful response
Body

🟠401Unauthorized
🔴500Internal Server Error
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.develop.cresium.app/v3/auth/generate-change-password-id/'
Response Response Example
200 - Example 1
{
    "data": {
        "changePasswordId": "string"
    }
}
Modified at 2025-10-16 13:22:15
Previous
Search partner transactions
Next
Upsert Company Tax
Built with