Datatags
The datatag concept is described here.
tip
Need some changes ? More endpoints ? Please open a github issue or contact us at love@misakey.com.
#
Introduction#
ConceptDatatags are used to identify data shipped through Misakey channels.
They are simple strings defining a data type, they are defined by Misakey, more datatags of your choice can be created by contacting us.
#
Datatags#
List datatags#
Request#
Authorizations- User
Headers:
Authorization
: a bearer access token for your organization. Example: Authorization: Bearer 2YotnFZFEjr1zCsicMWpAA
Cookies:
accesstoken
(opaque token) (ACR >= 2): mid claim as the requested identity id.tokentype
(string): must be bearer.
X-CSRF-Token
: a token to prevent from CSRF attacks.
Query Parameters:
names
(optional) (comma-separated list of string): names of datatag.name
(optional) (string): name of datatag (it is added to names parameter in case of both parameter are found).
#
ResponseAn empty list is returned if no datatag has been found.
JSON Body:
#
List datatags concerning a given user in a given organization#
Request#
Authorizations- User
Not available for organizations.
Cookies:
accesstoken
(opaque token) (ACR >= 2): mid claim as the requested identity id.tokentype
(string): must be bearer.
X-CSRF-Token
: a token to prevent from CSRF attacks.
#
Path parameterid
: the unique id of your identity
#
Success response#
Code#
Response BodyAn array of datatags. An empty array is returned if nothing has been found.
Content-type: application/json