Skip to content

Retrieve Support PIN

GET
/api/v4/user/support_pin

Retrieves a Support PIN for the currently authenticated user. GitLab Support may ask for this PIN to validate your identity.

OK

Media type application/json
object
pin

The security PIN

string
expires_at

The expiration time of the PIN

string format: date-time
Example generated
{
"pin": "example",
"expires_at": "2026-04-15T12:00:00Z"
}

Unauthorized

Forbidden

Not Found