latestOpenAPI 3.1.02026-08-197104501.1 MB
8fbaab4fc7c5
team management
Team Member Me
Get the caller's own team-membership row for the given team.
Used by internal users to view their own spend, budget, budget reset date, rate limits, and role within a team — without exposing other members' data. The caller is resolved from their API key; the path /members/me always refers to that caller.
Returns 404 if the caller is not a member of the team.
curl --location 'http://localhost:4000/team/your_team_id/members/me' --header 'Authorization: Bearer your_api_key_here'
get/team/{team_id}/members/me
Path parameters
team_idstring required
Response
Successful Response