• GET /apps/{appUuid}/subscription/me: added the required property managedCreators to the response with the 200 status

  • GET /chats/lists/smart: added the new muted enum value to the /items/uuid response property for the response status 200
  • GET /creators/{creatorUserUuid}/chats/lists/smart: added the new muted enum value to the /items/uuid response property for the response status 200
  • GET /creators/{creatorUserUuid}/insights/earnings: added the new appStore enum value to the data/items/source response property for the response status 200
  • GET /insights/earnings: added the new appStore enum value to the data/items/source response property for the response status 200
  • Added endpoint GET /apps/{appUuid}/subscription-status
  • Added endpoint GET /apps/{appUuid}/subscription/me
  • GET /chats/lists/smart/{uuid}: added the new enum value muted to the path request parameter uuid
  • POST /chats/mass-messages: added the new muted enum value to the request property excludedLists/smartListUuids/items/
  • POST /chats/mass-messages: added the new muted enum value to the request property includedLists/smartListUuids/items/
  • PATCH /chats/mass-messages/{messageUuid}: added the new muted enum value to the request property excludedLists/smartListUuids/items/
  • PATCH /chats/mass-messages/{messageUuid}: added the new muted enum value to the request property includedLists/smartListUuids/items/
  • GET /chats/{userUuid}/messages: added the required property data/items/isRead to the response with the 200 status
  • GET /creators/{creatorUserUuid}/chats/lists/smart/{uuid}: added the new enum value muted to the path request parameter uuid
  • POST /creators/{creatorUserUuid}/chats/mass-messages: added the new muted enum value to the request property excludedLists/smartListUuids/items/
  • POST /creators/{creatorUserUuid}/chats/mass-messages: added the new muted enum value to the request property includedLists/smartListUuids/items/
  • PATCH /creators/{creatorUserUuid}/chats/mass-messages/{messageUuid}: added the new muted enum value to the request property excludedLists/smartListUuids/items/
  • PATCH /creators/{creatorUserUuid}/chats/mass-messages/{messageUuid}: added the new muted enum value to the request property includedLists/smartListUuids/items/
  • GET /creators/{creatorUserUuid}/chats/{userUuid}/messages: added the required property data/items/isRead to the response with the 200 status
  • Added endpoint DELETE /creators/{creatorUserUuid}/posts/{uuid}/comments/{commentUuid}
  • Added endpoint GET /creators/{creatorUserUuid}/subscribers/online
  • GET /creators/{creatorUserUuid}/tracking-links: added the required property data/items/engagement/totalFollowers to the response with the 200 status
  • GET /creators/{creatorUserUuid}/tracking-links: added the required property data/items/engagement/totalSubscribers to the response with the 200 status
  • POST /creators/{creatorUserUuid}/tracking-links: added the required property engagement/totalFollowers to the response with the 201 status
  • POST /creators/{creatorUserUuid}/tracking-links: added the required property engagement/totalSubscribers to the response with the 201 status
  • Added endpoint DELETE /posts/{uuid}/comments/{commentUuid}
  • GET /tracking-links: added the required property data/items/engagement/totalFollowers to the response with the 200 status
  • GET /tracking-links: added the required property data/items/engagement/totalSubscribers to the response with the 200 status
  • POST /tracking-links: added the required property engagement/totalFollowers to the response with the 201 status
  • POST /tracking-links: added the required property engagement/totalSubscribers to the response with the 201 status
  • GET /tracking-links/{uuid}/users: added the required property data/items/status to the response with the 200 status

  • Added endpoint PATCH /chats/mass-messages/{messageUuid}
  • Added endpoint PATCH /creators/{creatorUserUuid}/chats/mass-messages/{messageUuid}
  • Added endpoint DELETE /creators/{creatorUserUuid}/posts/{uuid}

  • POST /creators/{creatorUserUuid}/posts: added the new optional request property ‘collectionUuids’
  • PATCH /creators/{creatorUserUuid}/posts/{uuid}: added the new optional request property ‘collectionUuids’
  • Added endpoint DELETE /creators/{creatorUserUuid}/posts/{uuid}/pin
  • Added endpoint POST /creators/{creatorUserUuid}/posts/{uuid}/pin
  • POST /posts: added the new optional request property ‘collectionUuids’
  • Added endpoint DELETE /posts/{uuid}
  • PATCH /posts/{uuid}: added the new optional request property ‘collectionUuids’
  • Added endpoint DELETE /posts/{uuid}/pin
  • Added endpoint POST /posts/{uuid}/pin
  • Added endpoint GET /tracking-links/{uuid}/users/{userUuid}/metadata

  • Added endpoint POST /agencies/creator-invites
  • Added endpoint DELETE /chats/mass-messages/{messageUuid}
  • Added endpoint DELETE /creators/{creatorUserUuid}/chats/mass-messages/{messageUuid}
  • Added endpoint GET /creators/{creatorUserUuid}/insights/earnings/summary
  • Added endpoint GET /creators/{creatorUserUuid}/vault/folders
  • Added endpoint POST /creators/{creatorUserUuid}/vault/folders
  • Added endpoint DELETE /creators/{creatorUserUuid}/vault/folders/{folderName}
  • Added endpoint GET /creators/{creatorUserUuid}/vault/folders/{folderName}
  • Added endpoint PATCH /creators/{creatorUserUuid}/vault/folders/{folderName}
  • Added endpoint GET /creators/{creatorUserUuid}/vault/folders/{folderName}/media
  • Added endpoint POST /creators/{creatorUserUuid}/vault/folders/{folderName}/media
  • Added endpoint DELETE /creators/{creatorUserUuid}/vault/folders/{folderName}/media/{mediaUuid}
  • Added endpoint GET /insights/earnings/summary

  • Added endpoint GET /chats/mass-messages
  • Added endpoint GET /creators/{creatorUserUuid}/chats/mass-messages
  • Added endpoint PATCH /creators/{creatorUserUuid}/posts/{uuid}
  • Added endpoint POST /creators/{creatorUserUuid}/posts/{uuid}/comments
  • Added endpoint POST /creators/{creatorUserUuid}/posts/{uuid}/repost
  • Added endpoint GET /media/{uuid}/entitled
  • Added endpoint POST /media/{uuid}/grant
  • GET /posts: added the new optional ‘query’ request parameter ‘includeUnpublished’
  • GET /posts: added the required property ‘data/items/collections’ to the response with the ‘200’ status
  • GET /posts/{uuid}: added the required property ‘collections’ to the response with the ‘200’ status
  • Added endpoint PATCH /posts/{uuid}
  • Added endpoint POST /posts/{uuid}/comments
  • Added endpoint POST /posts/{uuid}/repost
  • Added endpoint GET /tracking-links/{id}/users

  • POST /chats/mass-messages: added the new optional request property ‘scheduledAt’
  • Added endpoint GET /chats/{userUuid}/messages/{messageUuid}/media
  • POST /creators/{creatorUserUuid}/chats/mass-messages: added the new optional request property ‘scheduledAt’
  • Added endpoint GET /creators/{creatorUserUuid}/chats/{userUuid}/messages/{messageUuid}/media
  • POST /creators/{creatorUserUuid}/posts: added the new optional request property ‘mediaPreviewUuid’
  • POST /creators/{creatorUserUuid}/posts: added the required property ‘mediaPreviewUuid’ to the response with the ‘201’ status
  • GET /posts: added the required property ‘data/items/mediaPreviewUuid’ to the response with the ‘200’ status
  • POST /posts: added the new optional request property ‘mediaPreviewUuid’
  • POST /posts: added the required property ‘mediaPreviewUuid’ to the response with the ‘201’ status
  • GET /posts/{uuid}: added the required property ‘mediaPreviewUuid’ to the response with the ‘200’ status


  • PUT /agencies/team-members/{userId}: the request property ‘creatorUuids’ became required
  • GET /chats: the response property ‘data/items/createdAt’ became nullable for the status ‘200’
  • GET /chats: the response property ‘data/items/lastMessage/sentAt’ became nullable for the status ‘200’
  • GET /chats/lists/custom: the response property ‘data/items/createdAt’ became nullable for the status ‘200’
  • POST /chats/lists/custom: the response property ‘createdAt’ became nullable for the status ‘201’
  • POST /chats/mass-messages: the response property ‘createdAt’ became nullable for the status ‘201’
  • GET /chats/{userUuid}/media: the response property ‘data/items/created_at’ became nullable for the status ‘200’
  • GET /chats/{userUuid}/media: the response property ‘data/items/sentAt’ became nullable for the status ‘200’
  • GET /creators/{creatorUserUuid}/chats: the response property ‘data/items/createdAt’ became nullable for the status ‘200’
  • GET /creators/{creatorUserUuid}/chats: the response property ‘data/items/lastMessage/sentAt’ became nullable for the status ‘200’
  • GET /creators/{creatorUserUuid}/chats/lists/custom: the response property ‘data/items/createdAt’ became nullable for the status ‘200’
  • POST /creators/{creatorUserUuid}/chats/mass-messages: the response property ‘createdAt’ became nullable for the status ‘201’
  • GET /creators/{creatorUserUuid}/chats/{userUuid}/media: the response property ‘data/items/created_at’ became nullable for the status ‘200’
  • GET /creators/{creatorUserUuid}/chats/{userUuid}/media: the response property ‘data/items/sentAt’ became nullable for the status ‘200’
  • GET /creators/{creatorUserUuid}/media: the response property ‘data/items/anyOf[subschema #2]/createdAt’ became nullable for the status ‘200’
  • GET /creators/{creatorUserUuid}/media/{uuid}: the response property ‘/anyOf[subschema #2]/createdAt’ became nullable for the status ‘200’
  • GET /media: the response property ‘data/items/anyOf[subschema #2]/createdAt’ became nullable for the status ‘200’
  • GET /media/{uuid}: the response property ‘/anyOf[subschema #2]/createdAt’ became nullable for the status ‘200’
  • GET /posts/{uuid}/tips: the response property ‘data/items/createdAt’ became nullable for the status ‘200’
  • GET /vault/folders: the response property ‘data/items/createdAt’ became nullable for the status ‘200’
  • POST /vault/folders: the response property ‘createdAt’ became nullable for the status ‘201’
  • GET /vault/folders/{folderName}: the response property ‘createdAt’ became nullable for the status ‘200’
  • GET /vault/folders/{folderName}/media: the response property ‘data/items/createdAt’ became nullable for the status ‘200’
  • GET /chats: added the new ‘AUTOMATED_CHAT_MESSAGE_REPLY’ enum value to the ‘data/items/lastMessage/type’ response property for the response status ‘200’
  • GET /chats: added the new ‘AUTOMATED_FIRST_MESSAGE_REPLY’ enum value to the ‘data/items/lastMessage/type’ response property for the response status ‘200’
  • GET /chats/{userUuid}/messages: added the new ‘AUTOMATED_CHAT_MESSAGE_REPLY’ enum value to the ‘data/items/type’ response property for the response status ‘200’
  • GET /chats/{userUuid}/messages: added the new ‘AUTOMATED_FIRST_MESSAGE_REPLY’ enum value to the ‘data/items/type’ response property for the response status ‘200’
  • GET /creators/{creatorUserUuid}/chats: added the new ‘AUTOMATED_CHAT_MESSAGE_REPLY’ enum value to the ‘data/items/lastMessage/type’ response property for the response status ‘200’
  • GET /creators/{creatorUserUuid}/chats: added the new ‘AUTOMATED_FIRST_MESSAGE_REPLY’ enum value to the ‘data/items/lastMessage/type’ response property for the response status ‘200’
  • GET /creators/{creatorUserUuid}/chats/{userUuid}/messages: added the new ‘AUTOMATED_CHAT_MESSAGE_REPLY’ enum value to the ‘data/items/type’ response property for the response status ‘200’
  • GET /creators/{creatorUserUuid}/chats/{userUuid}/messages: added the new ‘AUTOMATED_FIRST_MESSAGE_REPLY’ enum value to the ‘data/items/type’ response property for the response status ‘200’
  • Added endpoint POST /agencies/invites
  • PUT /agencies/team-members/{userId}: the request property ‘creatorUuids’ became nullable
  • Added endpoint GET /insights/spending
  • Added endpoint GET /media/bulk

  • GET /chats: added the new ‘BROADCAST’ enum value to the ‘data/items/lastMessage/type’ response property for the response status ‘200’
  • GET /chats: added the new ‘GHOST_PROMOTION’ enum value to the ‘data/items/lastMessage/type’ response property for the response status ‘200’
  • GET /creators/{creatorUserUuid}/chats: added the new ‘BROADCAST’ enum value to the ‘data/items/lastMessage/type’ response property for the response status ‘200’
  • GET /creators/{creatorUserUuid}/chats: added the new ‘GHOST_PROMOTION’ enum value to the ‘data/items/lastMessage/type’ response property for the response status ‘200’
  • GET /chats/{userUuid}/messages: added the new optional ‘query’ request parameter ‘markAsRead’
  • GET /chats/{userUuid}/messages: added the required property ‘data/items/mediaUuids’ to the response with the ‘200’ status
  • Added endpoint PATCH /creators/{creatorUserUuid}/chats/{userUuid}
  • GET /creators/{creatorUserUuid}/chats/{userUuid}/messages: added the new optional ‘query’ request parameter ‘markAsRead’
  • GET /creators/{creatorUserUuid}/chats/{userUuid}/messages: added the required property ‘data/items/mediaUuids’ to the response with the ‘200’ status
  • GET /creators/{creatorUserUuid}/insights/earnings: added the optional property ‘data/items/messageUuid’ to the response with the ‘200’ status
  • GET /creators/{creatorUserUuid}/insights/earnings: added the optional property ‘data/items/postUuid’ to the response with the ‘200’ status
  • GET /insights/earnings: added the optional property ‘data/items/messageUuid’ to the response with the ‘200’ status
  • GET /insights/earnings: added the optional property ‘data/items/postUuid’ to the response with the ‘200’ status