cURL
curl --request GET \ --url https://api.talentunveiled.com/api/v1/jobs/{job_posting_id} \ --header 'Authorization: Bearer <token>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "title": "<string>", "location": "<string>", "status": "active", "created_at": "2023-11-07T05:31:56Z", "description": "<string>", "application_count": 123 }
Retrieve a single job posting with application count.
API key authentication for public API. Format: {8_char_prefix}.{32_char_secret}
active
paused
closed
draft