Get Your Organization Details

  • GET /api/my-customer/ - Get details about your organization.

    This endpoint retrieves information about your organization, such as its name, contact details, billing information, and other relevant attributes.

    Request Example:

    GET [https://api.wayscloud.services/api/my-customer/]
    Authorization: Token <your_api_token>

    Response Example:

{
"uuid": "customer_uuid",
"name": "My Organization",
"email": "org@example.com",
"phone_number": "+1-555-123-4567",
"address": "123 Main St, Anytown, CA 12345",
//... other fields...
}

Status Codes:

  • 200 OK: The list of users was successfully retrieved.
  • 401 Unauthorized: The user making the request is not authorized.