users
users

Get Outgoing Friend Requests

Get outgoing friend requests sent by the current user. Optimized with eager loading to avoid N+1 queries.

get/users/friend-requests/outgoing

Headers

authorizationstring nullable

Response

Successful Response

idstring uuid required
sender_idstring uuid required
receiver_idstring uuid required
statusstring required
messagestring nullable required
created_atstring date-time required
updated_atstring date-time required
sender_namestring nullable
receiver_namestring nullable
sender_picturestring nullable
receiver_picturestring nullable

Changes

No recorded changes to this endpoint across all 1 revision of this API.