| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired

The URL for this request expired after 30 days.

**customer_id**  
*string*  
*required*  
ID of the Customer

### Update Metro2/Bloom Configuration for a Customer

Metro2 credit reporting configs

**bloom_metadata**  
*object*  
Bloom API fields for customers: [Bloom Furnishment API](https://docs.bloom.dev/docs/furnishment-api/b3A6MjA1NTM1MQ-create-consumer)

**bloom_metadata object**

# Response Codes

```
200      Customer Metro2 Configuration updated successfully
```

```
401
Unauthorized.
```

```
403
Forbidden.
```

```
422
Invalid input
```

```
429
Too many requests.
```

```
default
Unexpected Error.
```

---

#### Curl Example

```bash
curl --request PUT \
     --url https://contact/%20sales%20to%20enable%20your%20sandbox/customers/customer_id/metro2_config \
     --header 'accept: application/json' \
     --header 'content-type: application/json'
```

**Base URL**  
https://Contact sales to enable your sandbox/customers/{customer_id}/metro2_config

---
