Get Your API Token:
- Ensure you have a functional API Key. Create a new one or copy it from CheckHub Admin.
- Read our guide: How to Create Your First API Token
Prepare Your Call:
- Use the endpoint
GET /companies/me
to retrieve your Company Details.
- We recommend using Postman for testing.
- Read our guideline: [Using Postman as Developer Tool]
- Download our Postman collection for quick setup.
Add Your Token:
- In Postman, navigate to the Authorization section.
- Select Bearer Token and enter your API token in the token field. Replace
{{token}}
with your actual token.
Make Your First API Call:
- Send your request.
- If successful, you should receive a response with your company details.
Important: Your API token is unrestricted. Be cautious with the operations you perform on your data.
Something's Wrong?
If your request doesn't go as planned, refer to our guide: [Troubleshoot & Error Handling]