Only the client needs to be logged in to use this endpoint. The user does not need to be logged in, click here to read more.General API for storing metadata. The client can add custom data not found in ConnectID/Connect. By using GET-request you may see the data that are stored.
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://api.mediaconnect.no/capi/v1/client/user/metadata?userUniqueId'
Response Response Example
200 - Success
{"foo":"some text"}
Request
Authorization
OAuth 2.0
Client Credentials
Add the parameter
Authorization
to Headers,whose value is to concatenate the Token after the Bearer.