Frontu API Sandbox
ClientApi/Client
Get Client detail information
2min
GET
AUTHENTICATION
Authorization
apiKey
QUERY PARAMETERS
guid
string
GUID format entity identifier generated by Frontu.
systemId
string
Entity identifier from external system.
title
string
Title.
email
string
Email address.
phone
string
Phone number.
companyCode
string
Company identifier.
companyVatCode
string
Company VAT code.
RESPONSES
200
Returned when successful
object
Returned when successful
version
integer
title
string
Client name
address
string
city
string
phone
string
email
string
creditStatus
object
Example: [object Object]
note
string
companyCode
string
companyVatCode
string
guid
string
Unique
created
string
updated
string
deleted
boolean
clientType
boolean
systemId
integer
Unique
customValues
object[]
Example:
You will get custom values for example "guid": "version"
404
Entity not found
Curl
Python
PHP
Shell
C#
|
RESPONSES
200
404
|

Updated 31 Jul 2023
Did this page help you?