API Docs/Reference/List Labels
API Reference
List Labels
List all labels for the authenticated user.
GEThttps://api.linkedmash.com/v1/labels
Header parameters
AuthorizationstringRequired
Your secret API key. Should be provided as a Bearer token.
Response
{
"status": true,
"data": [
{
"id": 871042907,
"label_name": "Motivation",
"metadata": {}
},
{
"id": 137703742,
"label_name": "Visuals",
"metadata": {}
},
{
"id": 586565281,
"label_name": "Learning",
"metadata": {}
}
]
}