curl --request GET \
--url https://api.example.com/api/opportunities/{opp_id}{
"company": "<string>",
"contact_name": "<string>",
"created_at": "<string>",
"id": "<string>",
"role_title": "<string>",
"status": "interested",
"updated_at": "<string>",
"contact_linkedin": "<string>",
"contact_title": "<string>",
"follow_up_date": "<string>",
"job_url": "<string>",
"location": "<string>",
"notes": "<string>",
"salary_range": "<string>",
"source_id": "<string>"
}curl --request GET \
--url https://api.example.com/api/opportunities/{opp_id}{
"company": "<string>",
"contact_name": "<string>",
"created_at": "<string>",
"id": "<string>",
"role_title": "<string>",
"status": "interested",
"updated_at": "<string>",
"contact_linkedin": "<string>",
"contact_title": "<string>",
"follow_up_date": "<string>",
"job_url": "<string>",
"location": "<string>",
"notes": "<string>",
"salary_range": "<string>",
"source_id": "<string>"
}Successful Response
Full opportunity entity.
interested, applied, interviewing, offer, rejected, archived