Skip to main content

Security

Authentication

To access the API provided, you will need to create a JSON Web Token (JWT) using the key and secret key provided. Please ensure that you store these credentials securely.

HTTP Request [POST]
https://parceiros.empregos.com.br/oauth/v2/accessToken

curl -X 'POST' \
'https://parceiros.empregos.com.br/oauth/v2/accessToken' \
-H 'accept: */*' \
-H 'Authorization: bearer any' \
-H 'Content-Type: application/x-www-form-urlencoded' \
-d 'ClientSecret{{ClienteSecret}}=&ClientId={{ClientId}}'

Transport

All endpoints must furnish a verifiable SSL certificate signed by a well-known Certificate Authority (such as those trusted by Mozilla). If your web browser can visit the endpoint without generating a security warning, we can support it.