Getting started with Marco API
Marco API extends the capabilities of Marco Platform into your HR workflow. Use Marco API to programmatically manage your global workforce without having to switch existing tools and systems.
Prerequisites for using Marco API
Before you can start using the API, you need to do the following:
Account - Create a Marco account.
Authorization - Set up the appropriate access privilege for your Marco account.
Authentication - Get your API authentication token. You can apply for
customer_idandvendor_idfrom Marco.
Build your API call
Marco API is a RESTful API that uses the HTTPS protocol to send and access data. You can interact with the API endpoints through HTTP requests in any programming language.
Your API call must have the following components:
A host: The host for Marco API requests is always
https://api.marcopayroll.com/api:eZ5RDmx2/api/An Authorization header: An API Key must be included in the Authorization header.
A request: When submitting data to a resource via
POSTorGET, you must submit your payload in JSON.
Last updated