Account Endpoints

Account endpoints in globalMOO handle user account management and authentication.

Available Endpoints

Account Management

  1. Registration Process

    • Provide company and user information

    • Receive API key for authentication

    • Set up account preferences

  2. Account Security

    • Secure password requirements

    • API key management

    • Access control

Best Practices

  1. API Key Management

    • Store API keys securely

    • Use environment variables

    • Rotate keys periodically

    • Never share or expose keys

  2. Account Security

    • Use strong passwords

    • Keep contact information updated

    • Monitor account activity

    • Report suspicious activity

Last updated