---
title: "Get Ramp Status"
method: GET
path: "/api/sponsorship/ramp/status"
tags: ["sponsorship"]
---

# Get Ramp Status

`GET /api/sponsorship/ramp/status`

Get the current user's ramp sponsorship status.

Returns null if the user has never been ramp-sponsored.
Returns the record with active=true if currently within the sponsorship window,
or active=false if the sponsorship has expired.

## Headers

- `x-user-id` string, nullable

## Response `200`

Successful Response

- object, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/usecreed/apis/creed-api.md) · [All operations](https://skmtc.net/usecreed/apis/creed-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usecreed/creed-api/revisions/cb25d3fef898/schema)
