Get Started
Follow these simple steps to start using the Meet and Rock API:
Getting Started Steps
- Sign in: Go to meetandrock.com and log in to your account.
- Select a Project: Choose the project you want to work with.
- Go to API Keys: Navigate to Developers > API Keys.
- Generate an API Key: Click Generate new Key and copy the generated key.
- Use the API Key: Use the copied key in your API requests as a Bearer token for authentication.
Example Request
curl -X GET "https://api.meetandrock.com/v1/dev/project" \ -H "Authorization: Bearer YOUR_API_KEY"
Next Steps
That`s it! You`re ready to start integrating Meet and Rock into your projects. If you encounter any issues, check out our full documentation or contact our support team.