---
title: "GET /user/{userID}/credential-password-ip"
method: GET
path: "/user/{userID}/credential-password-ip"
tags: ["credential-password-ip"]
---

# GET /user/{userID}/credential-password-ip

`GET /user/{userID}/credential-password-ip`

Create a credential of a user for server authentication, or delete the credential of a user for server authentication.

## Path parameters

- `userID` integer, required

## Headers

- `Cache-Control` string
- `User-Agent` string, required
- `X-Bunq-Language` string
- `X-Bunq-Region` string
- `X-Bunq-Client-Request-Id` string
- `X-Bunq-Geolocation` string
- `X-Bunq-Client-Authentication` string, required

## Response `200`

Create a credential of a user for server authentication, or delete the credential of a user for server authentication.

- UserCredentialPasswordIpListing[]
  - `id` integer — The id of the credential.
  - `created` string — The timestamp of the credential object's creation.
  - `updated` string — The timestamp of the credential object's last update.
  - `status` string — The status of the credential.
  - `expiry_time` string — When the status is PENDING_FIRST_USE: when the credential expires.
  - `token_value` string — When the status is PENDING_FIRST_USE: the value of the token.
  - `permitted_device` PermittedDevice
    - `description` string — The description of the device that may use the credential.
    - `ip` string — The IP address of the device that may use the credential.

## Other responses

- `400` — This is how the error response looks like for 4XX response codes

---

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