Changelog


  • GET /chats/{userUuid}/messages: added the required property ‘data/items/purchasedAt’ to the response with the ‘200’ status
  • GET /creators/{creatorUserUuid}/chats/{userUuid}/messages: added the required property ‘data/items/purchasedAt’ to the response with the ‘200’ status

  • GET /chats/{userUuid}/media: added the required property ‘data/items/messageUuid’ to the response with the ‘200’ status
  • GET /creators/{creatorUserUuid}/chats/{userUuid}/media: added the required property ‘data/items/messageUuid’ to the response with the ‘200’ status

  • GET /chats: the ‘data/items/user/registeredAt’ response’s property type/format changed from ‘string’/‘date’ to ‘string’/‘date-time’ for status ‘200’
  • POST /chats/statuses: the ‘userUuids’ request property’s minItems was increased to ‘1’
  • POST /chats/statuses: added ’#/components/schemas/UnsupportedVersionError, #/components/schemas/ValidationError’ to the response body ‘oneOf’ list for the response status ‘400’
  • POST /chats/statuses: the response’s body type/format changed from ‘object’/” to ”/” for status ‘400’
  • POST /chats/statuses: removed the required property ‘errors’ from the response with the ‘400’ status
  • GET /creators: the ‘data/items/registeredAt’ response’s property type/format changed from ‘string’/‘date’ to ‘string’/‘date-time’ for status ‘200’
  • GET /creators/{creatorUserUuid}/chats: the ‘data/items/user/registeredAt’ response’s property type/format changed from ‘string’/‘date’ to ‘string’/‘date-time’ for status ‘200’
  • GET /creators/{creatorUserUuid}/followers: the ‘data/items/registeredAt’ response’s property type/format changed from ‘string’/‘date’ to ‘string’/‘date-time’ for status ‘200’
  • GET /creators/{creatorUserUuid}/insights/earnings: for the ‘query’ request parameter ‘cursor’, the type/format was changed from ‘string’/‘date-time’ to ‘string’/”
  • GET /creators/{creatorUserUuid}/insights/subscribers: for the ‘query’ request parameter ‘cursor’, the type/format was changed from ‘string’/‘date-time’ to ‘string’/”
  • GET /creators/{creatorUserUuid}/insights/top-spenders: the ‘data/items/user/registeredAt’ response’s property type/format changed from ‘string’/‘date’ to ‘string’/‘date-time’ for status ‘200’
  • GET /creators/{creatorUserUuid}/subscribers: the ‘data/items/registeredAt’ response’s property type/format changed from ‘string’/‘date’ to ‘string’/‘date-time’ for status ‘200’
  • GET /followers: the ‘data/items/registeredAt’ response’s property type/format changed from ‘string’/‘date’ to ‘string’/‘date-time’ for status ‘200’
  • GET /insights/earnings: for the ‘query’ request parameter ‘cursor’, the type/format was changed from ‘string’/‘date-time’ to ‘string’/”
  • GET /insights/subscribers: for the ‘query’ request parameter ‘cursor’, the type/format was changed from ‘string’/‘date-time’ to ‘string’/”
  • GET /insights/top-spenders: the ‘data/items/user/registeredAt’ response’s property type/format changed from ‘string’/‘date’ to ‘string’/‘date-time’ for status ‘200’
  • GET /posts/{uuid}/likes: the ‘data/items/user/registeredAt’ response’s property type/format changed from ‘string’/‘date’ to ‘string’/‘date-time’ for status ‘200’
  • GET /posts/{uuid}/tips: the ‘data/items/user/registeredAt’ response’s property type/format changed from ‘string’/‘date’ to ‘string’/‘date-time’ for status ‘200’
  • GET /subscribers: the ‘data/items/registeredAt’ response’s property type/format changed from ‘string’/‘date’ to ‘string’/‘date-time’ for status ‘200’
  • GET /users/me: the response property ‘avatarUrl’ became nullable for the status ‘200’
  • GET /users/me: the response property ‘bannerUrl’ became nullable for the status ‘200’
  • GET /users/me: the response property ‘updatedAt’ became nullable for the status ‘200’
  • GET /users/me: the ‘avatarUrl’ response’s property type/format changed from ‘string’/‘uri’ to ‘string’/” for status ‘200’
  • GET /users/me: the ‘bannerUrl’ response’s property type/format changed from ‘string’/‘uri’ to ‘string’/” for status ‘200’
  • GET /users/me: the ‘createdAt’ response’s property type/format changed from ‘string’/‘date’ to ‘string’/‘date-time’ for status ‘200’
  • GET /users/me: the ‘updatedAt’ response’s property type/format changed from ‘string’/‘date’ to ‘string’/‘date-time’ for status ‘200’
  • GET /chats: added the new ‘document’ enum value to the ‘data/items/lastMessage/mediaType’ response property for the response status ‘200’
  • GET /chats/{userUuid}/messages: added the new ‘document’ enum value to the ‘data/items/mediaType’ response property for the response status ‘200’
  • GET /creators/{creatorUserUuid}/chats: added the new ‘document’ enum value to the ‘data/items/lastMessage/mediaType’ response property for the response status ‘200’
  • GET /creators/{creatorUserUuid}/chats/{userUuid}/messages: added the new ‘document’ enum value to the ‘data/items/mediaType’ response property for the response status ‘200’
  • POST /chats/statuses: api operation id ‘getOnlineStatuses’ removed and replaced with ‘getBatchStatuses’
  • Added endpoint GET /chats/{userUuid}/media
  • GET /chats/{userUuid}/messages: added the required property ‘data/items/pricing’ to the response with the ‘200’ status
  • GET /creators/{creatorUserUuid}/chats/{userUuid}/messages: added the required property ‘data/items/pricing’ to the response with the ‘200’ status
  • GET /creators/{creatorUserUuid}/insights/earnings: added the required property ‘data/items/currency’ to the response with the ‘200’ status
  • GET /creators/{creatorUserUuid}/media: added the new optional ‘query’ request parameter ‘purchasedBy’
  • GET /creators/{creatorUserUuid}/media: added the new enum value ‘document’ to the ‘query’ request parameter ‘mediaType’
  • GET /creators/{creatorUserUuid}/media: added the optional property ‘data/items/anyOf[subschema #2]/purchasedByFan’ to the response with the ‘200’ status
  • GET /creators/{creatorUserUuid}/media: added the required property ‘data/items/anyOf[subschema #2]/mediaType’ to the response with the ‘200’ status
  • GET /creators/{creatorUserUuid}/media: added the required property ‘data/items/anyOf[subschema #2]/recommendedPrice’ to the response with the ‘200’ status
  • POST /creators/{creatorUserUuid}/media/uploads: added the new ‘document’ enum value to the request property ‘mediaType’
  • GET /creators/{creatorUserUuid}/media/{uuid}: added the new optional ‘query’ request parameter ‘purchasedBy’
  • GET /creators/{creatorUserUuid}/media/{uuid}: added the optional property ‘/anyOf[subschema #2]/purchasedByFan’ to the response with the ‘200’ status
  • GET /creators/{creatorUserUuid}/media/{uuid}: added the required property ‘/anyOf[subschema #2]/mediaType’ to the response with the ‘200’ status
  • GET /creators/{creatorUserUuid}/media/{uuid}: added the required property ‘/anyOf[subschema #2]/recommendedPrice’ to the response with the ‘200’ status
  • Added endpoint GET /creators/{creatorUserUuid}/tracking-links
  • Added endpoint POST /creators/{creatorUserUuid}/tracking-links
  • Added endpoint DELETE /creators/{creatorUserUuid}/tracking-links/{uuid}
  • GET /insights/earnings: added the required property ‘data/items/currency’ to the response with the ‘200’ status
  • GET /media: added the new optional ‘query’ request parameter ‘purchasedBy’
  • GET /media: added the new enum value ‘document’ to the ‘query’ request parameter ‘mediaType’
  • GET /media: added the optional property ‘data/items/anyOf[subschema #2]/purchasedByFan’ to the response with the ‘200’ status
  • GET /media: added the required property ‘data/items/anyOf[subschema #2]/mediaType’ to the response with the ‘200’ status
  • GET /media: added the required property ‘data/items/anyOf[subschema #2]/recommendedPrice’ to the response with the ‘200’ status
  • POST /media/uploads: added the new ‘document’ enum value to the request property ‘mediaType’
  • GET /media/{uuid}: added the new optional ‘query’ request parameter ‘purchasedBy’
  • GET /media/{uuid}: added the optional property ‘/anyOf[subschema #2]/purchasedByFan’ to the response with the ‘200’ status
  • GET /media/{uuid}: added the required property ‘/anyOf[subschema #2]/mediaType’ to the response with the ‘200’ status
  • GET /media/{uuid}: added the required property ‘/anyOf[subschema #2]/recommendedPrice’ to the response with the ‘200’ status
  • Added endpoint GET /tracking-links
  • Added endpoint POST /tracking-links
  • Added endpoint DELETE /tracking-links/{uuid}
  • GET /users/me: the response property ‘avatarUrl’ became required for the status ‘200’
  • GET /users/me: the response property ‘bannerUrl’ became required for the status ‘200’

  • Added endpoint POST /chats/statuses

  • GET /chats: the ‘data/items/createdAt’ response’s property type/format changed from ‘string’/” to ‘string’/‘date’ for status ‘200’
  • GET /chats: the ‘data/items/lastMessage/sentAt’ response’s property type/format changed from ‘string’/” to ‘string’/‘date’ for status ‘200’
  • GET /chats: the ‘data/items/lastMessageAt’ response’s property type/format changed from ‘string’/” to ‘string’/‘date’ for status ‘200’
  • GET /chats: the ‘data/items/user/registeredAt’ response’s property type/format changed from ‘string’/” to ‘string’/‘date’ for status ‘200’
  • GET /chats/lists/custom: the ‘data/items/createdAt’ response’s property type/format changed from ‘string’/” to ‘string’/‘date’ for status ‘200’
  • POST /chats/lists/custom: the ‘createdAt’ response’s property type/format changed from ‘string’/” to ‘string’/‘date’ for status ‘201’
  • POST /chats/mass-messages: the ‘createdAt’ response’s property type/format changed from ‘string’/” to ‘string’/‘date’ for status ‘201’
  • GET /chats/{userUuid}/messages: the ‘data/items/sentAt’ response’s property type/format changed from ‘string’/” to ‘string’/‘date’ for status ‘200’
  • GET /creators: the ‘data/items/registeredAt’ response’s property type/format changed from ‘string’/” to ‘string’/‘date’ for status ‘200’
  • GET /creators/{creatorUserUuid}/chats: the ‘data/items/createdAt’ response’s property type/format changed from ‘string’/” to ‘string’/‘date’ for status ‘200’
  • GET /creators/{creatorUserUuid}/chats: the ‘data/items/lastMessage/sentAt’ response’s property type/format changed from ‘string’/” to ‘string’/‘date’ for status ‘200’
  • GET /creators/{creatorUserUuid}/chats: the ‘data/items/lastMessageAt’ response’s property type/format changed from ‘string’/” to ‘string’/‘date’ for status ‘200’
  • GET /creators/{creatorUserUuid}/chats: the ‘data/items/user/registeredAt’ response’s property type/format changed from ‘string’/” to ‘string’/‘date’ for status ‘200’
  • GET /creators/{creatorUserUuid}/chats/lists/custom: the ‘data/items/createdAt’ response’s property type/format changed from ‘string’/” to ‘string’/‘date’ for status ‘200’
  • POST /creators/{creatorUserUuid}/chats/mass-messages: the ‘createdAt’ response’s property type/format changed from ‘string’/” to ‘string’/‘date’ for status ‘201’
  • GET /creators/{creatorUserUuid}/chats/{userUuid}/messages: the ‘data/items/sentAt’ response’s property type/format changed from ‘string’/” to ‘string’/‘date’ for status ‘200’
  • GET /creators/{creatorUserUuid}/followers: the ‘data/items/registeredAt’ response’s property type/format changed from ‘string’/” to ‘string’/‘date’ for status ‘200’
  • GET /creators/{creatorUserUuid}/insights/top-spenders: the ‘data/items/user/registeredAt’ response’s property type/format changed from ‘string’/” to ‘string’/‘date’ for status ‘200’
  • GET /creators/{creatorUserUuid}/media: the ‘data/items/anyOf[subschema #2]/createdAt’ response’s property type/format changed from ‘string’/” to ‘string’/‘date’ for status ‘200’
  • GET /creators/{creatorUserUuid}/media/{uuid}: the ‘/anyOf[subschema #2]/createdAt’ response’s property type/format changed from ‘string’/” to ‘string’/‘date’ for status ‘200’
  • GET /creators/{creatorUserUuid}/subscribers: the ‘data/items/registeredAt’ response’s property type/format changed from ‘string’/” to ‘string’/‘date’ for status ‘200’
  • GET /followers: the ‘data/items/registeredAt’ response’s property type/format changed from ‘string’/” to ‘string’/‘date’ for status ‘200’
  • GET /insights/top-spenders: the ‘data/items/user/registeredAt’ response’s property type/format changed from ‘string’/” to ‘string’/‘date’ for status ‘200’
  • GET /media: the ‘data/items/anyOf[subschema #2]/createdAt’ response’s property type/format changed from ‘string’/” to ‘string’/‘date’ for status ‘200’
  • GET /media/{uuid}: the ‘/anyOf[subschema #2]/createdAt’ response’s property type/format changed from ‘string’/” to ‘string’/‘date’ for status ‘200’
  • GET /posts/{uuid}/likes: the ‘data/items/user/registeredAt’ response’s property type/format changed from ‘string’/” to ‘string’/‘date’ for status ‘200’
  • GET /posts/{uuid}/tips: the ‘data/items/createdAt’ response’s property type/format changed from ‘string’/” to ‘string’/‘date’ for status ‘200’
  • GET /posts/{uuid}/tips: the ‘data/items/user/registeredAt’ response’s property type/format changed from ‘string’/” to ‘string’/‘date’ for status ‘200’
  • GET /subscribers: the ‘data/items/registeredAt’ response’s property type/format changed from ‘string’/” to ‘string’/‘date’ for status ‘200’
  • GET /users/me: the ‘createdAt’ response’s property type/format changed from ‘string’/” to ‘string’/‘date’ for status ‘200’
  • GET /users/me: the ‘updatedAt’ response’s property type/format changed from ‘string’/” to ‘string’/‘date’ for status ‘200’
  • GET /vault/folders: the ‘data/items/createdAt’ response’s property type/format changed from ‘string’/” to ‘string’/‘date’ for status ‘200’
  • POST /vault/folders: the ‘createdAt’ response’s property type/format changed from ‘string’/” to ‘string’/‘date’ for status ‘201’
  • GET /vault/folders/{folderName}: the ‘createdAt’ response’s property type/format changed from ‘string’/” to ‘string’/‘date’ for status ‘200’
  • GET /vault/folders/{folderName}/media: the ‘data/items/createdAt’ response’s property type/format changed from ‘string’/” to ‘string’/‘date’ for status ‘200’

  • GET /creators/{creatorUserUuid}/insights/earnings: removed the required property ‘data/items/user/avatarUrl’ from the response with the ‘200’ status
  • GET /creators/{creatorUserUuid}/insights/earnings: removed the required property ‘data/items/user/registeredAt’ from the response with the ‘200’ status
  • GET /insights/earnings: removed the required property ‘data/items/user/avatarUrl’ from the response with the ‘200’ status
  • GET /insights/earnings: removed the required property ‘data/items/user/registeredAt’ from the response with the ‘200’ status
  • Added endpoint GET /posts/{uuid}/comments

  • GET /chats: the ‘data/items/user/avatarUrl’ response’s property type/format changed from ‘string’/‘uri’ to ‘string’/” for status ‘200’
  • GET /creators: the ‘data/items/avatarUrl’ response’s property type/format changed from ‘string’/‘uri’ to ‘string’/” for status ‘200’
  • GET /creators/{creatorUserUuid}/chats: the ‘data/items/user/avatarUrl’ response’s property type/format changed from ‘string’/‘uri’ to ‘string’/” for status ‘200’
  • GET /creators/{creatorUserUuid}/followers: the ‘data/items/avatarUrl’ response’s property type/format changed from ‘string’/‘uri’ to ‘string’/” for status ‘200’
  • GET /creators/{creatorUserUuid}/insights/earnings: the ‘data/items/user/avatarUrl’ response’s property type/format changed from ‘string’/‘uri’ to ‘string’/” for status ‘200’
  • GET /creators/{creatorUserUuid}/insights/top-spenders: the ‘data/items/user/avatarUrl’ response’s property type/format changed from ‘string’/‘uri’ to ‘string’/” for status ‘200’
  • GET /creators/{creatorUserUuid}/subscribers: the ‘data/items/avatarUrl’ response’s property type/format changed from ‘string’/‘uri’ to ‘string’/” for status ‘200’
  • GET /followers: the ‘data/items/avatarUrl’ response’s property type/format changed from ‘string’/‘uri’ to ‘string’/” for status ‘200’
  • GET /insights/earnings: the ‘data/items/user/avatarUrl’ response’s property type/format changed from ‘string’/‘uri’ to ‘string’/” for status ‘200’
  • GET /insights/top-spenders: the ‘data/items/user/avatarUrl’ response’s property type/format changed from ‘string’/‘uri’ to ‘string’/” for status ‘200’
  • GET /posts/{uuid}/tips: the ‘data/items/user/avatarUrl’ response’s property type/format changed from ‘string’/‘uri’ to ‘string’/” for status ‘200’
  • GET /subscribers: the ‘data/items/avatarUrl’ response’s property type/format changed from ‘string’/‘uri’ to ‘string’/” for status ‘200’
  • Added endpoint GET /posts/{uuid}/likes

  • Removed endpoint GET /creators/{creatorUserUuid}/insights/earnings/transactions
  • Removed endpoint GET /insights/earnings/transactions
  • GET /chats/lists/custom: added the new optional ‘query’ request parameter ‘search’
  • Added endpoint POST /chats/lists/custom
  • Added endpoint DELETE /chats/lists/custom/{uuid}
  • Added endpoint PATCH /chats/lists/custom/{uuid}
  • Added endpoint POST /chats/lists/custom/{uuid}/members
  • Added endpoint DELETE /chats/lists/custom/{uuid}/members/{userUuid}
  • Added endpoint GET /posts/{uuid}/tips

  • Added endpoint DELETE /chats/{userUuid}/messages/{messageUuid}

  • GET /posts: added the required property ‘data/items/tips’ to the response with the ‘200’ status
  • Added endpoint GET /posts/{uuid}

  • GET /chats: added the new optional ‘query’ request parameter ‘customListId’
  • GET /chats: added the new optional ‘query’ request parameter ‘filter’
  • GET /chats: added the new optional ‘query’ request parameter ‘search’
  • GET /chats: added the new optional ‘query’ request parameter ‘smartListIds’
  • GET /chats: added the new optional ‘query’ request parameter ‘sortBy’
  • GET /chats: added the required property ‘data/items/lastMessage/senderUuid’ to the response with the ‘200’ status
  • GET /chats: added the required property ‘data/items/user/avatarUrl’ to the response with the ‘200’ status
  • GET /chats: added the required property ‘data/items/user/registeredAt’ to the response with the ‘200’ status
  • Added endpoint GET /chats/unread
  • PATCH /chats/{userUuid}: added the new optional request property ‘isMuted’
  • GET /chats/{userUuid}/messages: added the required property ‘data/items/hasMedia’ to the response with the ‘200’ status
  • GET /chats/{userUuid}/messages: added the required property ‘data/items/mediaType’ to the response with the ‘200’ status
  • GET /chats/{userUuid}/messages: added the required property ‘data/items/type’ to the response with the ‘200’ status
  • GET /creators: added the required property ‘data/items/avatarUrl’ to the response with the ‘200’ status
  • GET /creators: added the required property ‘data/items/registeredAt’ to the response with the ‘200’ status
  • GET /creators/{creatorUserUuid}/chats: added the required property ‘data/items/lastMessage/senderUuid’ to the response with the ‘200’ status
  • GET /creators/{creatorUserUuid}/chats: added the required property ‘data/items/user/avatarUrl’ to the response with the ‘200’ status
  • GET /creators/{creatorUserUuid}/chats: added the required property ‘data/items/user/registeredAt’ to the response with the ‘200’ status
  • GET /creators/{creatorUserUuid}/chats/{userUuid}/messages: added the required property ‘data/items/hasMedia’ to the response with the ‘200’ status
  • GET /creators/{creatorUserUuid}/chats/{userUuid}/messages: added the required property ‘data/items/mediaType’ to the response with the ‘200’ status
  • GET /creators/{creatorUserUuid}/chats/{userUuid}/messages: added the required property ‘data/items/type’ to the response with the ‘200’ status
  • GET /creators/{creatorUserUuid}/followers: added the required property ‘data/items/avatarUrl’ to the response with the ‘200’ status
  • GET /creators/{creatorUserUuid}/followers: added the required property ‘data/items/registeredAt’ to the response with the ‘200’ status
  • GET /creators/{creatorUserUuid}/insights/earnings: added the required property ‘data/items/user/avatarUrl’ to the response with the ‘200’ status
  • GET /creators/{creatorUserUuid}/insights/earnings: added the required property ‘data/items/user/registeredAt’ to the response with the ‘200’ status
  • GET /creators/{creatorUserUuid}/insights/earnings/transactions: added the required property ‘data/items/user/avatarUrl’ to the response with the ‘200’ status
  • GET /creators/{creatorUserUuid}/insights/earnings/transactions: added the required property ‘data/items/user/registeredAt’ to the response with the ‘200’ status
  • GET /creators/{creatorUserUuid}/insights/top-spenders: added the required property ‘data/items/user/avatarUrl’ to the response with the ‘200’ status
  • GET /creators/{creatorUserUuid}/insights/top-spenders: added the required property ‘data/items/user/registeredAt’ to the response with the ‘200’ status
  • GET /creators/{creatorUserUuid}/subscribers: added the required property ‘data/items/avatarUrl’ to the response with the ‘200’ status
  • GET /creators/{creatorUserUuid}/subscribers: added the required property ‘data/items/registeredAt’ to the response with the ‘200’ status
  • GET /followers: added the required property ‘data/items/avatarUrl’ to the response with the ‘200’ status
  • GET /followers: added the required property ‘data/items/registeredAt’ to the response with the ‘200’ status
  • GET /insights/earnings: added the required property ‘data/items/user/avatarUrl’ to the response with the ‘200’ status
  • GET /insights/earnings: added the required property ‘data/items/user/registeredAt’ to the response with the ‘200’ status
  • GET /insights/earnings/transactions: added the required property ‘data/items/user/avatarUrl’ to the response with the ‘200’ status
  • GET /insights/earnings/transactions: added the required property ‘data/items/user/registeredAt’ to the response with the ‘200’ status
  • GET /insights/top-spenders: added the required property ‘data/items/user/avatarUrl’ to the response with the ‘200’ status
  • GET /insights/top-spenders: added the required property ‘data/items/user/registeredAt’ to the response with the ‘200’ status
  • Added endpoint GET /posts
  • GET /subscribers: added the required property ‘data/items/avatarUrl’ to the response with the ‘200’ status
  • GET /subscribers: added the required property ‘data/items/registeredAt’ to the response with the ‘200’ status
  • Added endpoint GET /vault/folders
  • Added endpoint POST /vault/folders
  • Added endpoint DELETE /vault/folders/{folderName}
  • Added endpoint GET /vault/folders/{folderName}
  • Added endpoint PATCH /vault/folders/{folderName}
  • Added endpoint GET /vault/folders/{folderName}/media
  • Added endpoint POST /vault/folders/{folderName}/media
  • Added endpoint DELETE /vault/folders/{folderName}/media/{mediaUuid}

  • GET /chats/lists/custom: removed the required property ‘data/items/count’ from the response with the ‘200’ status
  • GET /creators/{creatorUserUuid}/chats/lists/custom: removed the required property ‘data/items/count’ from the response with the ‘200’ status
  • GET /chats/lists/custom: added the required property ‘data/items/membersCount’ to the response with the ‘200’ status
  • GET /creators/{creatorUserUuid}/chats/lists/custom: added the required property ‘data/items/membersCount’ to the response with the ‘200’ status
  • GET /creators/{creatorUserUuid}/insights/earnings: added the required property ‘data/items/user’ to the response with the ‘200’ status
  • GET /insights/earnings: added the required property ‘data/items/user’ to the response with the ‘200’ status

  • Added endpoint GET /creators/{creatorUserUuid}/insights/earnings/transactions
  • Added endpoint GET /insights/earnings/transactions

  • GET /users/me: added the optional property ‘bannerUrl’ to the response with the ‘200’ status

  • GET /chats/{userUuid}/messages: the response property ‘data/items/sentAt’ became nullable for the status ‘200’
  • GET /creators: the response property ‘data/items/role’ became optional for the status ‘200’
  • GET /creators/{creatorUserUuid}/chats/{userUuid}/messages: the response property ‘data/items/sentAt’ became nullable for the status ‘200’
  • GET /creators/{creatorUserUuid}/insights/top-spenders: the ‘data/items/user/uuid’ response’s property type/format changed from ‘string’/” to ‘string’/‘uuid’ for status ‘200’
  • GET /insights/top-spenders: the ‘data/items/user/uuid’ response’s property type/format changed from ‘string’/” to ‘string’/‘uuid’ for status ‘200’
  • GET /chats: the response property ‘data/items/user/isTopSpender’ became required for the status ‘200’
  • GET /chats: added the required property ‘data/items/lastMessage’ to the response with the ‘200’ status
  • GET /creators: added the required property ‘data/items/isTopSpender’ to the response with the ‘200’ status
  • GET /creators: added the required property ‘data/items/nickname’ to the response with the ‘200’ status
  • GET /creators/{creatorUserUuid}/chats: the response property ‘data/items/user/isTopSpender’ became required for the status ‘200’
  • GET /creators/{creatorUserUuid}/chats: added the required property ‘data/items/lastMessage’ to the response with the ‘200’ status
  • GET /creators/{creatorUserUuid}/followers: added the required property ‘data/items/isTopSpender’ to the response with the ‘200’ status
  • GET /creators/{creatorUserUuid}/followers: added the required property ‘data/items/nickname’ to the response with the ‘200’ status
  • GET /creators/{creatorUserUuid}/insights/top-spenders: added the required property ‘data/items/user/displayName’ to the response with the ‘200’ status
  • GET /creators/{creatorUserUuid}/insights/top-spenders: added the required property ‘data/items/user/isTopSpender’ to the response with the ‘200’ status
  • GET /creators/{creatorUserUuid}/insights/top-spenders: added the required property ‘data/items/user/nickname’ to the response with the ‘200’ status
  • GET /creators/{creatorUserUuid}/subscribers: added the required property ‘data/items/isTopSpender’ to the response with the ‘200’ status
  • GET /creators/{creatorUserUuid}/subscribers: added the required property ‘data/items/nickname’ to the response with the ‘200’ status
  • GET /followers: added the required property ‘data/items/isTopSpender’ to the response with the ‘200’ status
  • GET /followers: added the required property ‘data/items/nickname’ to the response with the ‘200’ status
  • GET /insights/top-spenders: added the required property ‘data/items/user/displayName’ to the response with the ‘200’ status
  • GET /insights/top-spenders: added the required property ‘data/items/user/isTopSpender’ to the response with the ‘200’ status
  • GET /insights/top-spenders: added the required property ‘data/items/user/nickname’ to the response with the ‘200’ status
  • GET /subscribers: added the required property ‘data/items/isTopSpender’ to the response with the ‘200’ status
  • GET /subscribers: added the required property ‘data/items/nickname’ to the response with the ‘200’ status

  • GET /chats: added the optional property ‘data/items/user/isTopSpender’ to the response with the ‘200’ status
  • GET /chats: added the required property ‘data/items/isMuted’ to the response with the ‘200’ status
  • GET /chats: added the required property ‘data/items/unreadMessagesCount’ to the response with the ‘200’ status
  • GET /chats: added the required property ‘data/items/user/displayName’ to the response with the ‘200’ status
  • GET /chats: added the required property ‘data/items/user/nickname’ to the response with the ‘200’ status
  • POST /chats/{userUuid}/message: added the new optional request property ‘templateUuid’
  • POST /chats/{userUuid}/message: the request property ‘text’ became nullable
  • GET /creators/{creatorUserUuid}/chats: added the optional property ‘data/items/user/isTopSpender’ to the response with the ‘200’ status
  • GET /creators/{creatorUserUuid}/chats: added the required property ‘data/items/isMuted’ to the response with the ‘200’ status
  • GET /creators/{creatorUserUuid}/chats: added the required property ‘data/items/unreadMessagesCount’ to the response with the ‘200’ status
  • GET /creators/{creatorUserUuid}/chats: added the required property ‘data/items/user/displayName’ to the response with the ‘200’ status
  • GET /creators/{creatorUserUuid}/chats: added the required property ‘data/items/user/nickname’ to the response with the ‘200’ status
  • POST /creators/{creatorUserUuid}/chats/{userUuid}/message: added the new optional request property ‘templateUuid’
  • POST /creators/{creatorUserUuid}/chats/{userUuid}/message: the request property ‘text’ became nullable

  • Added endpoint GET /chats/templates
  • Added endpoint GET /chats/templates/{templateUuid}

  • GET /creators/{creatorUserUuid}/insights/earnings: added the new ‘giveaway’ enum value to the ‘data/items/source’ response property for the response status ‘200’
  • GET /insights/earnings: added the new ‘giveaway’ enum value to the ‘data/items/source’ response property for the response status ‘200’

  • PATCH /chats/{userUuid}: added the new optional request property ‘nickname’
  • PATCH /chats/{userUuid}: the request property ‘isRead’ became optional

  • GET /creators: removed the required property ‘data/items/email’ from the response with the ‘200’ status

  • Added endpoint GET /chats
  • Added endpoint POST /chats
  • Added endpoint GET /chats/lists/custom
  • Added endpoint GET /chats/lists/custom/{uuid}
  • Added endpoint GET /chats/lists/smart
  • Added endpoint GET /chats/lists/smart/{uuid}
  • Added endpoint POST /chats/mass-messages
  • Added endpoint PATCH /chats/{userUuid}
  • Added endpoint POST /chats/{userUuid}/message
  • Added endpoint GET /chats/{userUuid}/messages
  • Added endpoint GET /creators
  • Added endpoint GET /creators/{creatorUserUuid}/chats
  • Added endpoint POST /creators/{creatorUserUuid}/chats
  • Added endpoint GET /creators/{creatorUserUuid}/chats/lists/custom
  • Added endpoint GET /creators/{creatorUserUuid}/chats/lists/custom/{uuid}
  • Added endpoint GET /creators/{creatorUserUuid}/chats/lists/smart
  • Added endpoint GET /creators/{creatorUserUuid}/chats/lists/smart/{uuid}
  • Added endpoint POST /creators/{creatorUserUuid}/chats/mass-messages
  • Added endpoint POST /creators/{creatorUserUuid}/chats/{userUuid}/message
  • Added endpoint GET /creators/{creatorUserUuid}/chats/{userUuid}/messages
  • Added endpoint GET /creators/{creatorUserUuid}/followers
  • Added endpoint GET /creators/{creatorUserUuid}/insights/earnings
  • Added endpoint GET /creators/{creatorUserUuid}/insights/subscribers
  • Added endpoint GET /creators/{creatorUserUuid}/insights/top-spenders
  • Added endpoint GET /creators/{creatorUserUuid}/media
  • Added endpoint POST /creators/{creatorUserUuid}/media/uploads
  • Added endpoint PATCH /creators/{creatorUserUuid}/media/uploads/{uploadId}
  • Added endpoint GET /creators/{creatorUserUuid}/media/uploads/{uploadId}/parts/{partNumber}/url
  • Added endpoint GET /creators/{creatorUserUuid}/media/{uuid}
  • Added endpoint POST /creators/{creatorUserUuid}/posts
  • Added endpoint GET /creators/{creatorUserUuid}/subscribers
  • Added endpoint GET /followers
  • Added endpoint GET /insights/earnings
  • Added endpoint GET /insights/fans/{userUuid}
  • Added endpoint GET /insights/subscribers
  • Added endpoint GET /insights/top-spenders
  • Added endpoint GET /media
  • Added endpoint POST /media/uploads
  • Added endpoint PATCH /media/uploads/{uploadId}
  • Added endpoint GET /media/uploads/{uploadId}/parts/{partNumber}/url
  • Added endpoint GET /media/{uuid}
  • Added endpoint POST /posts
  • Added endpoint GET /subscribers
  • Added endpoint GET /users/me