Canary Speech

GetAppData

GET - /meta/get-app-data/:key
Required Permissions:
  • scope:app

Description

Gets the app data.

Headers

Header KeyDescriptionExample
Authorization
The Authorization header for this endpoint. The value must be the token from the /v3/auth/tokens/get endpoint and given using the Bearer pattern.
Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdW...

Path Parameters

NameTypeDescription
keystring
The key of the metadata entry

Successful Response

A successful response

Field NameTypeDescription
dataobject
The returned data

Code Example