The user needs to be logged in to use this endpoint, 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/customer/metadata'
Response Response Example
200 - Success
{"foo":"some text"}
Request
Authorization
OAuth 2.0
Authorization Code
Add the parameter
Authorization
to Headers,whose value is to concatenate the Token after the Bearer.