Website

Access token usage

Last update: 29.01.2024

Access token usage

From now on all request to any API endpoints should be performed with authorization header: Authorization: Bearer ACCESS_TOKEN.

Example:

		curl -X POST -H “Content-Type: application/json” -d ‘{ data }’ -H “Authorization: Bearer 011c945f30ce2cbafc452f39840f025693339c42” -H “Version: 2.0” “https://www.olx.ro/api/partner/adverts”			
		
Copied to clipboard