# Create an account session and retrieve the client secret for it

Endpoint: GET /api/v1/me/account_session
Version: 0.1.0
Security: OAuth2, APIKey

## Header parameters:

  - `Trustap-User` (string)
    Required in client flows, where you make API calls on behalf of another Trustap user.
Can be used with managed users ID and client API key.

## Response 201 fields (application/json):

  - `client_secret` (string, required)
    Example: "accs_secret__***********************************************"


