Skip to main content
GET
/
api
/
v1
/
friends
/
{friend_user_id}
/
status
Get Friendship Status
curl --request GET \
  --url https://api.example.com/api/v1/friends/{friend_user_id}/status

Get Friendship Status

Check whether a friendship exists with a specific user.

Authentication

Requires a valid user JWT token.
Rate limit: 60 requests/minute.

Path Parameters

friend_user_id
string
required
UUID of the user to check.

Example

curl https://api.ama2.me/api/v1/friends/{friend_user_id}/status \
  -H "Authorization: Bearer YOUR_JWT_TOKEN"