Get Profile and Workspaces
Retrieve your profile and workspace details using your API key or OAuth token
Retrieve your user profile and associated workspaces. Works with both API keys and OAuth access tokens.
- API Key: Returns the single workspace linked to the key
- OAuth Token: Returns all workspaces the token has been granted access to
Endpoint#
https://api.orshot.com/v1/meRequest#
await fetch("https://api.orshot.com/v1/me", {
method: "GET",
headers: {
Authorization: "Bearer <ORSHOT_API_KEY>",
},
});Response Fields#
| Field | Type | Description |
|---|---|---|
user_id | String | Your unique user ID |
email | String | Your email address |
name | String | Your full name |
workspaces | Array | List of workspaces accessible with this token |
workspaces[].id | Number | Workspace ID |
workspaces[].name | String | Workspace name |
workspaces[].slug | String | Workspace slug |
Error Responses#
Unauthorized (401)#
Returned when using an expired or invalid OAuth token.
{
"error": "Access Forbidden",
"message": "OAuth token expired or invalid"
}Forbidden (403)#
Returned when the API key is missing or invalid.
{
"error": "Access Forbidden"
}Rate Limits#
- 20 requests per minute per API key

All Set? Let's Start Automating
- Image, PDF and Video Generation via API
- Canva like editor with AI and smart features
- No-Code Integrations (Zapier, Make, n8n etc.)
- Embed Orshot Studio in your app
- Start Free. No credit card required. Cancel anytime.