Pabliq API
    Pabliq API
    • 🚀 Getting started
    • 🔒 Authentication
    • 🏁 Rate limit
    • 💡 Implementation Tips
    • ProcurementFeed
      • Fetch procurements
        GET
    • ProcurementFiles
      • Fetch procurement's files
        GET
    • SavedSearches
      • Fetch saved searches
        GET
    • Schemas
      • Schemas
        • Eavrop.Annoucement.Supplier.Api.Clients.Model.CodeItem
        • Eavrop.Annoucement.Supplier.Service.Model.Award
        • Eavrop.Annoucement.Supplier.Service.Model.AwardedStatus
        • Eavrop.Annoucement.Supplier.Service.Model.ContractInfo.BasedOn
        • Eavrop.Annoucement.Supplier.Service.Model.ContractInfo.Confidence
        • Eavrop.Annoucement.Supplier.Service.Model.ContractInfo.ContractInformation
        • Eavrop.Annoucement.Supplier.Service.Model.Period
        • Eavrop.Annoucement.Supplier.Service.Model.ContractInfo.ContractInformationPeriod
        • Eavrop.Annoucement.Supplier.Service.Model.ContractInfo.ContractInformationType
        • Eavrop.Annoucement.Supplier.Service.Model.Criterias
        • Eavrop.OrgMembership.Api.Dtos.Enterprise.ProcurementsApi.ContractInformationDto
        • Eavrop.Annoucement.Supplier.Service.Model.NoticeTypes
        • Eavrop.Annoucement.Supplier.Service.Model.Procurement
        • Eavrop.Annoucement.Supplier.Service.Model.ProcurementType
        • Eavrop.OrgMembership.Api.Dtos.Enterprise.ProcurementsApi.ProcurementApiResponse
        • Eavrop.Annoucement.Supplier.Service.Model.Procurer
        • Eavrop.OrgMembership.Api.Dtos.Enterprise.ProcurementsApi.ProcurementValueDto
        • Eavrop.OrgMembership.Api.Dtos.Enterprise.ProcurementsApi.ProcurementTranslationsLogEntryDto
        • Eavrop.OrgMembership.Api.Dtos.Enterprise.ProcurementsApi.AggregatedProcurement
        • Eavrop.OrgMembership.Api.Dtos.Enterprise.ProcurementsApi.ProcurerDto
        • Eavrop.OrgMembership.Api.Dtos.Enterprise.ProcurementsApi.FilesResponse
        • Eavrop.OrgMembership.Api.Dtos.Enterprise.ProcurementsApi.TimeTableDto
        • Eavrop.OrgMembership.Api.Dtos.Enterprise.ProcurementsApi.SavedSearchDto
        • Eavrop.OrgMembership.Api.Dtos.Enterprise.ProcurementsApi.HitInfo
        • Eavrop.OrgMembership.Api.Dtos.Enterprise.ProcurementsApi.HitsInfo
        • Eavrop.Service.Server.AspNetCore.Models.IError
        • Eavrop.Service.Server.AspNetCore.Models.ILink
        • Eavrop.Supplier.Shared.Data.File

    🔒 Authentication

    Since this API is solely for data consumption and not for data mutation, we use a static access token for authentication to simplify the process for our users.

    Generate access token#

    1.
    Go to the Integrations view in the Pabliq UI.
    Import
    2.
    Click “Create access token” (“Skapa accesstoken”).
    Import
    3.
    Enter the server’s IP address and specify whether you need a token for your production or development environment. The difference between the two is that they maintain separate collections for tracking which hits you have fetched (this applies only if you are using Solution 1).
    Confirm
    4.
    You will now see that a new token has been created. Click on the token or the copy icon to copy it. To view the full token, click the eye icon. You also have the option to rotate or delete the token. In the current version, the token remains valid until it is rotated or deleted.
    image-20230111163711523
    5.
    Use the access token in your requests.
    Authorization: Bearer beHxsEcgbuNCbubuMekWymmGDY29lnCh0
    Modified at 2024-08-14 08:25:25
    Previous
    🚀 Getting started
    Next
    🏁 Rate limit
    Built with