# Get all likes of a post **GET /platform/posts/{post}/likes** ## Servers - https://domain.tld/api/v2: https://domain.tld/api/v2 () ## Authentication methods - Bearer token ## Parameters ### Path parameters - **post** (integer) The post id ## Responses ### 200 returns all likes of a post #### Body: application/json (object) - **current_page** (integer(int32)) - **data** (array[object]) - **first_page_url** (string) - **from** (integer(int32)) - **last_page** (integer(int32)) - **last_page_url** (string) - **links** (array[object]) - **next_page_url** (string) - **path** (string) - **per_page** (integer(int32)) - **prev_page_url** (string(nullable)) - **to** (integer(int32)) - **total** (integer(int32)) ### 403 Forbidden - You don't have permission to access this route ### 404 Not found - The post does not exist [Powered by Bump.sh](https://bump.sh)