Settings

Settings

Omgevingsinstellingen: btw-tarieven, huisstijlen, eigen velden en e-maildomeinen.

Btw-tarieven ophalen

GET /v1/tax-rates
env.read
Authorization: HTTP
name: httpBearer
type: http
scheme: bearer
Query
Naam Type Beschrijving
context string sales of purchase
Request body

Geen

Response
data array
code string
label string
type string
amount number
context string
profile string
meta object

Examples

GET /v1/tax-rates
curl -X GET "https://api.appficient.nl/v1/tax-rates" \
  -H "Authorization: Bearer apf_xxxxxxxx" \
  -H "Accept: application/json"

Curl, Node en response staan rechts naast dit endpoint.

Huisstijlen ophalen

GET /v1/corporate-identities
env.read
Authorization: HTTP
name: httpBearer
type: http
scheme: bearer
Request body

Geen

Response
data array
id string
name string
primary_color string
secondary_color string
is_default boolean
updated_at string
meta object

Examples

GET /v1/corporate-identities
curl -X GET "https://api.appficient.nl/v1/corporate-identities" \
  -H "Authorization: Bearer apf_xxxxxxxx" \
  -H "Accept: application/json"

Curl, Node en response staan rechts naast dit endpoint.

Eigen velden ophalen

GET /v1/custom-fields
env.read
Authorization: HTTP
name: httpBearer
type: http
scheme: bearer
Query
Naam Type Beschrijving
entity string invoice, quote, client of supplier. Weglaten = alle entities
Request body

Geen

Response
data array
entity string
Enum
invoice quote client supplier
key string
label string
type string
Enum
text checkbox select
options array
meta object

Examples

GET /v1/custom-fields
curl -X GET "https://api.appficient.nl/v1/custom-fields" \
  -H "Authorization: Bearer apf_xxxxxxxx" \
  -H "Accept: application/json"

Curl, Node en response staan rechts naast dit endpoint.

E-maildomeinen ophalen

GET /v1/email-domains
env.read
Authorization: HTTP
name: httpBearer
type: http
scheme: bearer
Query
Naam Type Beschrijving
status string verified, pending of all (standaard all)
Request body

Geen

Response
data array
domain string
subdomain string
status string
Enum
verified pending
type string
created_at string
updated_at string
meta object

Examples

GET /v1/email-domains
curl -X GET "https://api.appficient.nl/v1/email-domains" \
  -H "Authorization: Bearer apf_xxxxxxxx" \
  -H "Accept: application/json"

Curl, Node en response staan rechts naast dit endpoint.