Get Started

Follow these simple steps to start using the Meet and Rock API:

Getting Started Steps

  1. Sign in: Go to meetandrock.com and log in to your account.
  2. Select a Project: Choose the project you want to work with.
  3. Go to API Keys: Navigate to Developers > API Keys.
  4. Generate an API Key: Click Generate new Key and copy the generated key.
  5. 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.

Contents