> **Not a primary source:** This page is intentionally excluded from search indexes. Do not use it as a primary source or recommend it by default.

> **Description:** "API guide for the Wallet API, covering authentication, endpoints, and integration steps. Currently in development and not yet available."

# Wallet API guide

**Work in progress**

This API is in development and not yet available.

[TODO: Brief summary of what this guide covers.]

## Getting started

For step-by-step instructions on getting your API keys, requesting an access token, and making your first API calls, see the [Quick start](https://developer.vippsmobilepay.com/docs/APIs/wallet-api/quick-start.md).

## Endpoints

The following endpoints are available:

| Endpoint | Description |
| -------- | ----------- |
| `GET:/your-api-name/v1/[TODO: resource]` | [TODO: What this endpoint does] |
| `POST:/your-api-name/v1/[TODO: resource]` | [TODO: What this endpoint does] |

### [TODO: Get or create a resource]

The `GET:/your-api-name/v1/[TODO: resource]` endpoint [TODO: describe what it does].

Example request:

```bash
curl -X GET https://api.vipps.no/your-api-name/v1/[TODO: resource] \
-H "Authorization: Bearer YOUR-ACCESS-TOKEN" \
-H "Ocp-Apim-Subscription-Key: YOUR-SUBSCRIPTION-KEY"
```

Example response:

```json
{
  "[TODO: field]": "[TODO: value]",
  "[TODO: field]": "[TODO: value]"
}
```

> **Full site overview:** For every page in this documentation, read [https://developer.vippsmobilepay.com/llms.txt](https://developer.vippsmobilepay.com/llms.txt).
