Skip to main content

65 posts tagged with "Client API"

New versions for the client API

View All Tags

Client API v1.6.3

Fixed an issue where if a Client sends an Image, the Service would receive "📸" instead of the path to the Image. This also caused the web-library to fail when trying to show this Image.

Client API v1.5.0

  • Added support for multiple Services, which means you can have more than 1 Service connected to your Account. All messages that you send using the Client API are being send to all connected Services. On the Service side you will need to use Service aPI v2.1.0.

  • Added accountIdentification to the webhook messages so you can easily see from which Account the message is originated. Previously we only sent the accountId which is used internally.

  • Added a Service Queue, which Queues all messages that are send from the Client to the Service. If you are a Service administrator, please take a look at: https://developers.parley.nu/docs/service-queue

Client API v1.4.0

  • Added support for OAuth 2.0 authorization for Services
  • Added support for custom headers to get send to the Services
  • Added a new endpoint to get user information GET /user