# Invite reviewers to a shared playlist **POST /data/playlists/{playlist_id}/share/{token}/invite** Send the share URL by email to a list of recipients (raw emails and/or existing person ids). ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **playlist_id** (string(uuid)) - **token** (string) ### Body: application/json (object) - **emails** (array[string(email)]) - **person_ids** (array[string(uuid)]) - **message** (string) ## Responses ### 200 Invitations dispatched #### Body: application/json (object) - **sent** (array[string]) ### 400 One of the supplied emails is invalid [Powered by Bump.sh](https://bump.sh)