Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Revolut Labels API

Manage accounting labels and label groups for your business.Create, retrieve, update, and delete label groups and labels that can be added to your financial records such as [expenses](https://developer.revolut.com/docs/guides/manage-accounts/accounts-and-transactions/retrieve-expenses).For more information, see the guides: [Manage accounting settings](https://developer.revolut.com/docs/guides/manage-accounts/accounting/manage-accounting-settings), and [Manage labels and label groups](https://developer.revolut.com/docs/guides/manage-accounts/accounting/manage-labels-and-label-groups).See also the Revolut Help Centre: [Expenses](https://help.revolut.com/business/help/managing-my-business/expenses/).

Revolut Labels API is one of 46 APIs that Revolut publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Labels. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 9 operations across 4 paths, and defines 9 schemas. It is described by OpenAPI 3.0.1, at version 1.0.

Requests are made against 2 base URLs: https://b2b.revolut.com/api/1.0, https://sandbox-b2b.revolut.com/api/1.0.

9 operations 4 paths 9 schemas 2 DELETE3 GET2 PATCH2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
1.0
Base URL
https://b2b.revolut.com/api/1.0
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Revolut Labels API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (AccessToken).

  • AccessToken — Each Business API request must contain an authorization header in the following format to make a call: Bearer . The access token will be obtained the first tim…

Paths & Operations 9

Across 4 paths, the API surfaces 9 operations — 2 DELETE, 3 GET, 2 PATCH, 2 POST. Each is listed below with its method, path, parameters, and response codes.

Labels 9

Manage accounting labels and label groups for your business. Create, retrieve, update, and delete label groups and labels that can be added to your financial records such as [expe…

POST
/label-groups
Create a new label group
createLabelGroup body → 201400401403409422429500
GET
/label-groups
Retrieve a list of label groups
getLabelGroups 2 params → 200400401403429500503default
GET
/label-groups/{group_id}
Retrieve label group details
getLabelGroup 1 param → 200400401403404429500503
PATCH
/label-groups/{group_id}
Update label group settings
updateLabelGroup 1 param body → 204400401403404409422429
DELETE
/label-groups/{group_id}
Delete a label group
deleteLabelGroup 1 param → 204400401403404422429500
POST
/label-groups/{group_id}/labels
Create a new label
createLabel 1 param body → 201400401403409422429500
GET
/label-groups/{group_id}/labels
Retrieve a list of labels from a label group
getLabels 3 params → 200400401403429500503default
PATCH
/label-groups/{group_id}/labels/{label_id}
Update a label
updateLabel 2 params body → 204400401403404409422429
DELETE
/label-groups/{group_id}/labels/{label_id}
Delete a label
deleteLabel 2 params → 204400401403404422429500

Schemas 9

The contract defines 9 schemas that model the data the API accepts and returns. The most detailed are LabelResponse (4 properties), LabelGroupResponse (4 properties), ErrorWithId (3 properties), CreateLabelGroupRequest (2 properties). Each schema is shown below with its type and property counts.

CreateLabelRequest
object
1 property 1 required
LabelGroupResponse
object
4 properties 4 required
CreateLabelGroupRequest
object
2 properties 2 required
ResourceCreatedResponse
object
Successfully created resource.
1 property
UpdateLabelGroupRequest
object
The new name for the label group.
1 property 1 required
ErrorWithId
object
3 properties 3 required
PageToken
string
Cursor for the next page. Used for pagination when the total number of results exceeds the maximum number per page. To get the next page of results, make a new…
UpdateLabelRequest
object
The new name for the label.
1 property 1 required
LabelResponse
object
4 properties 4 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

revolut-labels-api-openapi.yml Raw ↑

Other APIs Revolut publishes across the network.

Revolut Accounting API
Revolut Accounting categories API
Revolut Accounts API
Revolut Apple Pay merchant registration API
Revolut Applications API
Revolut Balance API
Revolut Card invitations API
Revolut Cards API
Revolut Configuration API
Revolut Counterparties API
Revolut Customers API
Revolut Disputes API