Organization
Retrieve Organization Information
Retrieves information about the organization.
- GET
/api/v1/issuers/organization
Response Example
Upload logo to the organization profile
Uploads the selected logo the organization profile.
- POST
/api/v1/issuers/organization/logo
Update Organization Details
Updates the organization details.
- PUT
/api/v1/issuers/organization
Parameters that can be updated:
activity: Organization activity (Accepted valuesuniversity).type: Organization type (Accepted valuespublic_local_national).name: Organization name.description: Organization description.logo: Upload or update the organization logo.address_info[street]: Street name.address_info[city]: City.address_info[state]: State.address_info[postcode]: Postal code.address_info[country]: Country.address_info[region]: Region.billing_info[email]: Billing email address.billing_info[certified_email]: Certified billing email.billing_info[fiscal_code]: Fiscal code.billing_info[vat]: VAT number.billing_info[code_dest]: Destination code.language: Language code (itoren).contact_info[name]: Contact's first name.contact_info[last_name]: Contact's last name.contact_info[email]: Contact's email address.contact_info[mobile]: Contact's mobile number.contact_info[tech_email]: Technical support email.contact_info[legal_email]: Legal contact email.website: Organization website.settings[public_profile]: Organization settings (1if true,0if false).settings[public_badge_templates]: Organization settings (1if true,0if false).
Retrieve annual organization statistics
Displays the total number of badges issued by the organization within the selected year.
- GET
/api/v1/issuers/organization/year-statistics?year={year}
The value to pass is the year. If no value passed - the system retrieves by default the crrrent year.
Retrieve organization statistics
Query parameters
- GET
/api/v1/issuers/organization/statistics