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.
Authorizations
Section titled “Authorizations”Responses
Section titled “Responses”OK
Media typeapplication/json
object
pin
The security PIN
string
expires_at
The expiration time of the PIN
string format: date-time
Examplegenerated
{ "pin": "example", "expires_at": "2026-04-15T12:00:00Z"}Unauthorized
Forbidden
Not Found