Wasla
  1. Social Links
Wasla
  • Auth
    • Register a new user
      POST
    • Login
      POST
    • Logout
      POST
  • FreelancerProfile
    • Certifications
      • Update Freelancer Certifications
      • Add Freelancer Certification
      • All freelancer Certifications
      • Delete Freelancer Certifaction
    • Educations
      • All Educations
      • Add Educations
    • Social Links
      • All Freelancer Social Links
        GET
      • Add Freelancer Social Link
        GET
      • Delete Freelancer Social Link
        DELETE
      • Update Freelancer Social Links
        PATCH
    • Proposal
      • Apply Freelancer on Project
      • Update Proposal
      • Delete Proposal
    • Show Freelancer
      GET
    • MyProfile
      GET
    • Add Skills
      POST
    • Freelancer Image
      POST
    • Update Freelancer Profile
      PUT
    • Delete Freelancer Profile
      DELETE
  • ClientProfile
    • Project
      • Post Project
      • Show Project
      • Update Project
      • Delete Project
    • Review
      • Create Review
      • Update Review
    • Show Profile
      GET
    • Update Profile
      PUT
    • Accept Proposal
      PUT
  • All Skills
    GET
  • All Projects
    GET
  • Schemas
    • Api Responce
    • User
  1. Social Links

Add Freelancer Social Link

Developing
Testing Env
https://test.your-api-server.com
Testing Env
https://test.your-api-server.com
GET
/freelancer/social-links

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Header Params

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://test.your-api-server.com/freelancer/social-links' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'
Response Response Example
{}
Modified at 2025-09-15 14:21:30
Previous
All Freelancer Social Links
Next
Delete Freelancer Social Link
Built with