cURL
curl --request GET \ --url http://localhost:3001/portal-api/posts/{post_id}/categories \ --header 'Authorization: <api-key>'
[ { "ID": "<string>", "Name": "<string>", "CreatedAt": "2023-06-25 13:37", "UpdatedAt": "2023-06-25 13:37" } ]
List all categories associated with a specific post.
Was this page helpful?