Skip to main content

Get Member Auth

GET 

/api/v1/org/member/apikey/auth

Get user authentication with API Key.

Query Params

org_id (str): ID of the organization. Defaults to None workspace_id (str): ID of the workspace. Defaults to None

api_key (str): API Key

Returns

ApiKeyJwtSchema: JWT payload of API Key { "sub": "user_id", "iss": "issuer of the key, "aud": "audience of the key", "iat": "time of creation of the key", "exp": "expiration time of the key", "name": "name of the user", "roles": ["role1", "role2"], "external_apikeys": [{"key": "sk-test-secret-key", "expiry": "2034-05-07T13:18:31.666846Z", "service": "aumogpt"}] }

Request

Responses

Successful Response