# GET /merchant/provider/new

## GET /merchant/provider/new

> Get all new APM providers ---- \[auth scope:  merchant]

```json
{"openapi":"3.0.0","info":{"title":"Merchant API","version":"1.0"},"security":[{"bearer":[]}],"components":{"securitySchemes":{"bearer":{"scheme":"bearer","bearerFormat":"JWT","type":"http"}},"schemas":{"NewProvidersDto":{"type":"object","properties":{"id":{"type":"string","description":"The id of the APM provider."},"provider":{"type":"string","description":"The name of the APM provider."},"paymentType":{"type":"string","description":"The payment type of the APM provider."},"imageUrl":{"type":"string","description":"The url to the image of the APM provider."},"currencies":{"description":"Supported currencies","type":"array","items":{"type":"string"}},"friendlyName":{"type":"string","description":"Providers friendly name"},"description":{"type":"string","description":"description about provider"},"marketingName":{"type":"string","description":"Providers Marketing name"},"mpgsIdentifier":{"type":"string","description":"Identifier for MPGS"},"credentialsFields":{"type":"object","description":"Credential fields"},"credentialsSchema":{"type":"object","description":"Credential schema"}},"required":["id","provider","paymentType","imageUrl","currencies","friendlyName","description","marketingName","mpgsIdentifier","credentialsFields","credentialsSchema"]}}},"paths":{"/merchant/provider/new":{"get":{"operationId":"MerchantProviderController_getNewProviders","summary":"Get all new APM providers ---- [auth scope:  merchant]","deprecated":false,"parameters":[],"responses":{"200":{"description":"Returns a list of new APM providers","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/NewProvidersDto"}}}}}},"tags":["merchant/provider"]}}}}
```
