Getting Started
Welcome to openPIM API! This section will guide you through the steps to get started with our API.
- Signup: Before you can start using the API, you'll need to create an account. Sign up for a free account.
- Obtain Your API Token: Once you've signed up and logged in to your account, you can find your API Token in your accounts page. Your API Token is required to authenticate your requests to the API.
- Authentication: To authenticate your requests, include your API Token in the request headers. Here's an example of how to include your API Token in a request using cURL:
curl -H "Authorization: YOUR_API_TOKEN" https://api.openpim.io/v1/graphql - Explore the Documentation: Take some time to explore our API documentation to familiarize yourself with the available endpoints, query parameters, and response formats.
- Start Making Requests: Now that you have your API Token and are familiar with the documentation, you're ready to start making requests to our API. Whether you're querying product information or contributing data, our API provides the tools you need to get the job done.