cURL
curl --request GET \ --url http://localhost:3001/portal-api/posts/{post_id}/tags \ --header 'Authorization: <api-key>'
[ { "ID": 1, "Name": "monetization", "CreatedAt": "2023-06-25 13:37", "UpdatedAt": "2023-06-25 13:37" } ]
List all tags associated with a specific post.
UID of a post
1
OK
Unique identifier for the tag
Name of the tag
"monetization"
Timestamp of when this tag was created
"2023-06-25 13:37"
Timestamp of when this tag was last updated
Was this page helpful?