Cowdidocs

Get User Configuration

Deprecated — use `GET /v1/user/configurations` instead.

Deprecated

GET
/v1/users/me/configuration

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/users/me/configuration"
{  "require_pin_reset": true,  "require_pin_reset_at": "2025-11-20T14:30:00Z"}
{  "code": "BAD_REQUEST",  "description": "Bad Request"}
{  "code": "UNAUTHORISED",  "description": "Unauthorised"}
{  "code": "WAITING_LIST",  "description": "User is in the waiting list"}
{  "code": "TOO_MANY_REQUESTS",  "description": "Too Many Requests"}
{  "code": "INTERNAL_SERVER_ERROR",  "description": "Internal Server Error"}