Authentication
How it works
Authorization: Bearer YOUR_API_KEYGetting your API key
Making authenticated requests
curl -X GET https://api.gomobile.ma/api/users/me \
-H "Authorization: Bearer YOUR_API_KEY"{
"id": "user-uuid",
"email": "[email protected]",
"firstName": "Your",
"lastName": "Name",
"organization": {
"id": "org-uuid",
"name": "Your Company",
"slug": "your-company"
}
}Security best practices
Common authentication errors
Error
Meaning
Solution
Next steps
Last updated

