# Create a post **POST /manager/posts** ## Servers - https://domain.tld/api/v2: https://domain.tld/api/v2 () ## Authentication methods - Bearer token ## Parameters ### Body: application/json (object) - **type** (string) - **visibility** (string) - **is_akn** (boolean) - **is_brand** (boolean) - **is_planned** (boolean) - **start_date** (string) - **is_on_boarding** (boolean) - **shareable** (boolean) - **no_comment** (boolean) - **status** (string) - **contents** (array[object]) - **titles** (array[object]) - **id_popliste** (number) - **id_ambassador** (number) ## Responses ### 201 returns the created post #### Body: application/json (object) - **id_ambassador_post** (integer(int32)) - **id_ambassador_post_shared** (integer(int32)) - **date_insert** (string(date-time)) - **date_update** (string(date-time)) - **author** (object) - **type** (string(nullable)) - **content** (string(nullable)) - **nb_likes** (integer(int32)) - **nb_comments** (integer(int32)) - **visibility** (string(nullable)) - **products** (array[object]) - **comments** (array[object]) - **videos** (array[object]) - **nb_orders** (integer(int32)) - **liked** (boolean) - **contents** (array[object]) - **titles** (array[object]) - **is_planned** (boolean) - **shares** (integer(int32)) - **status** (string(nullable)) - **is_brand** (boolean) - **is_akn** (boolean) - **start_date** (string(date-time)) - **id_popliste** (number) - **video** (object) - **quiz** (object) ### 401 Unauthorized. #### Body: application/json (object) - **message** (string) ### 403 Forbidden - You don't have permission to access this route ### 422 Unprocessable Content #### Body: application/json (object) - **message** (string) Error message. - **errors** (object) [Powered by Bump.sh](https://bump.sh)