Skip to main content
GET
/
companies
/
{company_id}
/
invoices
/
{uuid}
/
link
Get Invoice Link
curl --request GET \
  --url https://api.getmeasure.com/api/v1/companies/{company_id}/invoices/{uuid}/link \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Headers

Idempotency-Key
string

The idempotency key that will be used to ensure the request is only performed once

Path Parameters

company_id
string
required

The company ID with the prefix 'cmp_'.

uuid
string
required

The resource UUID

Response

200

OK