Authentication
Base URL
https://us-central1-record-meeting-app.cloudfunctions.net/api/v1API key authentication
Authorization: Bearer <your_api_key>Example request
curl -X GET "https://us-central1-record-meeting-app.cloudfunctions.net/api/v1/recordings" \
-H "Authorization: Bearer rm_your_api_key_here"Error responses
{
"error": {
"code": "ERROR_CODE",
"message": "Human readable description"
}
}Authentication error codes
Code
HTTP Status
Meaning
Common error codes
Code
HTTP Status
Meaning
Last updated