GET
/job-posting/presentations/{hash_representado}
curl \
--request GET 'https://apigateway.vagas.com.br/v1/job-posting/presentations/abc123xyz' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
{
"id": 1,
"nome_template": "Programa de Trainee",
"descricao": "Descrição da empresa",
"nome_empresa": "Empresa XPTO",
"confidencial": false
}
]