Skip to main content
GET
/
api
/
accounts
/
current
cURL
curl --request GET \
  --url https://api.pricenow.dev/api/accounts/current \
  --header 'accept-language: <accept-language>' \
  --header 'pratiq-channel-uuid: <pratiq-channel-uuid>'
{
  "data": {
    "id": 123,
    "email": "<string>",
    "type": "ADMIN",
    "language": "en",
    "deletedAt": "2023-11-07T05:31:56Z",
    "scheduledForDeletionAfter": "2023-11-07T05:31:56Z",
    "company": "<string>",
    "metaInformation": {
      "acceptedNewsletter": true,
      "syncErrorWrite": "<string>",
      "syncErrorRead": "<string>"
    }
  }
}

Headers

accept-language
enum<string>
required

Language of the response

Available options:
en,
de,
fr,
it
pratiq-channel-uuid
string
required

UUID of the sales channel

Response

200 - application/json

Successful response

data
object
required