Skip to main content
GET
/
user
Retrieve your user data
curl --request GET \
  --url https://panel.sendcloud.sc/api/v2/user \
  --header 'Authorization: Basic <encoded-value>'
{
  "user": {
    "data": [],
    "username": "user-417170",
    "company_name": "Sendcloud",
    "telephone": "+33123456789",
    "address": "Simpel&Snel 123",
    "postal_code": "1234AB",
    "city": "SendCloud City",
    "email": "example@sendcloud.com",
    "company_logo": null,
    "registered": "2022-04-06 11:29:37",
    "modules": [
      {
        "id": 5,
        "name": "SendCloud Client",
        "settings": null,
        "activated": true,
        "short_name": "sendcloud_client"
      }
    ],
    "invoices": []
  }
}
API v2 is entering maintenance mode. New users should start with API v3 to access our latest features and improved performance. Already using v2? Don’t worry, your current integration remains fully functional. Read more about maintenance mode, or check out the migration guide for API v3.

Authorizations

Authorization
string
header
required

Basic Authentication using API key and secrets is currently the main authentication mechanism.

Response

200 - application/json

OK

user
object