# Create or retrieve guest for shared playlist **POST /shared/playlists/{token}/guest** Create a guest identity for the shared playlist, or return an existing guest when `guest_id` is provided and still valid. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **token** (string) Share link token ### Body: application/json (object) - **first_name** (string) - **last_name** (string) - **guest_id** (string(uuid)) If set, return this guest if it still exists ## Responses ### 200 Existing guest returned #### Body: application/json (object) object ### 201 New guest created #### Body: application/json (object) object [Powered by Bump.sh](https://bump.sh)