Retrieve the current user data
GET {{baseUrl}}/user
Use this endpoint to request the data connected with your user account. The response includes your invoice address details, your Sendcloud username, a list of all the invoices, and the associated invoice id
issued on your account.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"user":{"username":"\u003cstring\u003e","company_name":"\u003cstring\u003e","telephone":"\u003cstring\u003e","address":"\u003cstring\u003e","postal_code":"\u003cstring\u003e","city":"\u003cstring\u003e","email":"\u003cstring\u003e","invoices":[],"company_logo":{},"registered":"\u003cdateTime\u003e","modules":[{"id":"\u003clong\u003e","name":"\u003cstring\u003e","activated":true,"short_name":"\u003cstring\u003e","settings":"\u003cstring\u003e"},{"id":"\u003clong\u003e","name":"\u003cstring\u003e","activated":true,"short_name":"\u003cstring\u003e","settings":"\u003cstring\u003e"}]}}