GET
/
v1
/
businesses
/
{businessId}
/
invoices
/
payments
/
{paymentId}
/
tags

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Content-Type
string

Content-Type must be set to application/json

Path Parameters

businessId
string
required

The UUID of the business that the invoice payment to fetch tags for belongs to

paymentId
string
required

The UUID of the invoice payment to fetch tags for

Response

200 - application/json
id
string

ID for the tag

key
string

Key for the tag

value
string

Value for the tag

created_at
string

When the tag was created

updated_at
string

When the tag was last updated

deleted_at
string | null

When the tag was deleted