Create new application
POST https://api.freshbooks.com/auth/api/v1/partners/applications
This can help you create a new application on FreshBooks
Request Body
{"name"=>"<app_name>", "redirect_uri"=>"<app redirect uri>", "description"=>"<app descripttion>", "website_url"=>"<link to app website>", "settings_url"=>"<link to app settings>", "logo_public_id"=>"<jwt returned from post https://api.freshbooks.com/uploads/images>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |