Accounts

Get currently logged in to account details

Retrieve details of the account associated with the currently authenticated user

get/accounts/self

Response

OK

createdAtstring date-time required

The date and time when the entity was created.

updatedAtstring date-time nullable required

The date and time when the entity was last updated.

metadataobject nullable

Metadata used by merchants to store additional information about the entity.

idstring required

ID of the account

namestring required

Name of the account

Example response

{
  "createdAt": "2024-02-18T12:00:00Z",
  "updatedAt": "2024-02-21T12:15:00Z",
  "metadata": {
    "key1": "value1",
    "key2": "value2"
  },
  "name": "Zezima Studios"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.