get
/meVerify an API key
Cheap ping to confirm a key is valid.
Responses
200— Valid key401— Missing, invalid or revoked key429— Rate limited
curl -X GET "https://api.mecore.ai/api/v1/org/me" \
-H "Authorization: Bearer $MECORE_API_KEY" \
-H "Content-Type: application/json"