Personnel Data
API for reading and writing personnel data incl. data about attendances and absences
Development · Unknown · HTTPS not confirmed
Page 27 of 35
Ordered by reported HTTPS, CORS support, no-auth access, then changed/observed facts. Access signals are not a popularity or quality score.
API for reading and writing personnel data incl. data about attendances and absences
Development · Unknown · HTTPS not confirmed
Pets Api: API definition published in the OpenAPI directory for vtex.local. See the linked specification for supported operations.
Development · Unknown · HTTPS not confirmed
Random User Generator + OpenID Connect Provider. Like Lorem Ipsum, but for user accounts and authentication. The PhantAuth API documentation is available on the following API documentation sites: - apiary (primary source) - speca - PhantAuth Developer Portal ### TL;DR **PhantAuth was designed to simplify testing for applications using OpenID Connect authentication by making use of random generated users.** endpoint | address --------- | ------- issuer | https://phantauth.net discovery | https://phantauth.net/.well-known/openid-configuration credential | value ------------- | ----- client_id | test.client client_secret | UTBcWwt5 ## OpenID Connect The OpenID Connect Provider of PhantAuth supports the flows listed in the OpenID Connect specifications (Hybrid, Implicit, Authorization Code), as well as the Resource Owner Password grant type, specified in the OAuth 2.0 specifications. PhantAuth as an OpenID Connect Provider can be integrated with a variety of web applications, mobil applications, and backend applications. The integration can be either direct, as in the case of the OpenID Connect Provider, or through an authentication integration service, as in the case of Auth0 or Azure
Development · Unknown · HTTPS not confirmed
Swagger Spec file that describes PI Web API
Development · Unknown · HTTPS not confirmed
Pinecone is a vector database. This is an unofficial, community-managed OpenAPI spec that (should) accurately model the Pinecone API. This project was developed independent of and is unaffiliated with Pinecone Systems. Users should switch to the official API spec, if and when Pinecone releases it.
Development · Unknown · HTTPS not confirmed
Ahoy matey! We help the landlubbers to get to know about the seamen way! You can generate pirate names, get some real pirate insults and pirate filler text. Oh you can translate to pirate lingo as well. Click here to subscribe
Development · Unknown · HTTPS not confirmed
Poemist API: API definition published in the OpenAPI directory for poemist.com. See the linked specification for supported operations.
Development · Unknown · HTTPS not confirmed
Before using this API, we recommend you read our **Authorization Guide** for more information on how to generate an access token. Please also be aware that our test environment is based on a subset of the production, this API in test only returns a few selected cities. You can find the list in our **data collection**.
Development · Unknown · HTTPS not confirmed
This API will create promotion alarms when selling products with undesired prices and promotions. It will create conditions that will check if the prices and the promotions are correct. If not, the system will alarm the store with information about the product sold at unexpected prices. ## Index `GET` Get Policy List `POST` Evaluate Policies `GET` Get Policy by ID `POST` Create Policy `PUT` Update Policy `DELETE` Delete Policy by ID
Development · Unknown · HTTPS not confirmed
Welcome to the POS API. You can use this API to access all POS API endpoints. ## Base URL The base URL for all API requests is `https://unify.apideck.com` We also provide a Mock API that can be used for testing purposes: `https://mock-api.apideck.com` ## Headers Custom headers that are expected as part of the request. Note that RFC7230 states header names are case insensitive. | Name | Type | Required | Description | | --------------------- | ------- | -------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- | | x-apideck-consumer-id | String | Yes | The id of the customer stored inside Apideck Vault. This can be a user id, account id, device id or whatever entity that can have integration within your app. | | x-apideck-service-id | String | No | Describe the service you want to call (e.g., pipedrive). Only needed when a customer has activated multiple integrations for the same Unified API. | | x-apideck-raw | Boolean | No | Include raw response. Mostly used for debugging purposes. | | x-apideck-app-id | String | Yes | The application id of your Unify application. Availa
Development · Unknown · HTTPS not confirmed
The Postman API allows you to programmatically access data stored in Postman account with ease. The easiest way to get started with the API is to click the **fork** button to fork this collection to your own workspace and use Postman to send requests. # Overview 1. You need a valid API Key to send requests to the API endpoints. You can get your key from the integrations dashboard. 1. The API has an access rate limit applied to it. 1. The Postman API will only respond to secured communication done over HTTPS. HTTP requests will be sent a `301` redirect to corresponding HTTPS resources. 1. Response to every request is sent in JSON format. In case the API request results in an error, it is represented by an `"error": {}` key in the JSON response. 1. The request method (verb) determines the nature of action you intend to perform. A request made using the `GET` method implies that you want to fetch something from Postman, and `POST` implies you want to save something new to Postman. 1. The API calls will respond with appropriate HTTP status codes for all requests. Within Postman Client, when a response is received, the status code is highlighted and is accompanied by a help text that in
Development · Unknown · HTTPS not confirmed
Postmark makes sending and receiving email incredibly easy. The Account-level API allows users to configure all Servers, Domains, and Sender Signatures associated with an Account.
Development · Unknown · HTTPS not confirmed
Postmark makes sending and receiving email incredibly easy.
Development · Unknown · HTTPS not confirmed
PowerDNS Authoritative HTTP API: API definition published in the OpenAPI directory for powerdns.local. See the linked specification for supported operations.
Development · Unknown · HTTPS not confirmed
Apptigent PowerTools Developer Edition is a powerful suite of API endpoints for custom applications running on any stack. Manipulate text, modify collections, format dates and times, convert currency, perform advanced mathematical calculations, shorten URL's, encode strings, convert text to speech, translate content into multiple languages, process images, and more. PowerTools is the ultimate developer toolkit.
Development · Unknown · HTTPS not confirmed
> Check the new Pricing onboarding guide. We created this guide to improve the onboarding experience for developers at VTEX. It assembles all documentation on our Developer Portal about Pricing and is organized by focusing on the developer's journey The Price Simulations API allows you to configure custom price selectors for B2B stores, based on the context set by the Orders Configuration app. ## Custom Prices In this section, you can create a specific shopping scenario with the criteria you want. For explaining purpose, we used the `orderType` and `state` as default values, but it can be others too. `GET` Get custom prices schema `POST` Create or Update custom prices schema ## Session Management Every time you edit a configuration value set on the Custom Prices session, you must use this endpoint to update the Order Configuration. `POST` Update Order Configuration ## Price Association Use these routes to associate a shopping scenario, created at the Custom Price session, to a specific price table. `GET` Get price association by ID `POST` Create price association `PUT` Update price association by ID `DELETE` Disassociate price association by ID
Development · Unknown · HTTPS not confirmed
The API to retrieve pricing information. Please note the Pricing API is rate limited to one request per second.
Development · Unknown · HTTPS not confirmed
> Check the new Pricing onboarding guide. We created this guide to improve the onboarding experience for developers at VTEX. It assembles all documentation on our Developer Portal about Pricing and is organized by focusing on the developer's journey. Pricing is the VTEX module responsible for the SKU's price list. At this module we have the base price of each SKU, some optional fixed prices by trade policy, and some rules that can be applied to generate dynamically different final prices according to the purchase context and the trade policy. The variables used in this collection are: * **{{accountName}}** = You VTEX account name. * **{{tradePolicyId}}** = Current Trade Policy ID. * **{{itemId}}** = SKU ID. * **{{X-VTEX-API-AppKey}}** and **{{X-VTEX-API-AppToken}}** = Credentials. You can get more information about how to use this module and its business logic at VTEX Help. ## Rate Limits ### Limits per route - `GET`: routes are not rate limited at the moment - `PUT or POST`: `40 requests/second/account` in any **price insert/update route** with 1000 *Burst Credits* - `DELETE`: `16 requests/second/account` in any **price deletion route**, with 300 *Burst Credits*. ### What are Burs
Development · Unknown · HTTPS not confirmed
> This feature is in closed beta, available only for selected customers. If you have any questions, contact our Support. In the B2B scenario, it is common for stores to have personalized prices per customer and complex pricing systems that require external integrations. Pricing Hub is a system developed for the B2B context that works as an intermediary between VTEX and external pricing systems. In VTEX, B2B stores have the option to use our internal pricing system or an external one. If the store chooses to operate with an external pricing system, Pricing Hub will query an external price calculation API. The external API should then respond with the price for all items in the shopping cart according to its predefined tax rules. !Pricing hub protocal diagram ## Implementation To connect with external pricing systems using Pricing Hub, it is necessary to build a VTEX IO middleware app. We offer two reference implementation templates to simplify this process: - C# template - Node template Read the documentation on each repository to learn more about the required steps to use and customize the app. > The app used by Pricing Hub to connect must be a `major 0`. ## Specifications See belo
Development · Unknown · HTTPS not confirmed
Probely is a Web Vulnerability Scanning suite for Agile Teams. It provides continuous scanning of your Web Applications and lets you efficiently manage the lifecycle of the vulnerabilities found, in a sleek and intuitive ~~web interface~~ API. ## Quick-Start ### Authentication To use the API, you first need to create a token (API Key). To create a token, select a target from the drop-down list, go to the "Settings" page, and click on the "Integrations" tab. Write a name for the API Key. For example, if you want to use the API Key for travis, you could name it "travis". In this example, we chose "**example.com_key**" ![Creating API key][1] [1]: assets/qs/create_api_key_1.png The API key was created successfully: ![API key created][2] [2]: assets/qs/create_api_key_2.png On every request, you need to pass this token in the authorization header, like this: ```yaml Authorization: JWT eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiJBRlNJQlp 3elFsMDEiLCJ1c2VybmFtZSI6IkNIZ2tkSUROdzV0NSJ9.90UwiPGS2hlvgOLktFU0LfKuatNKm mEP79u17VnqT9M ``` **WARNING: Treat this token as a password. With this token, you have the power to fully manage the target.** In the following examples, the token will be na
Development · Unknown · HTTPS not confirmed
API that provides Profile information about Players.
Development · Unknown · HTTPS not confirmed
Create shopper profiles and manage their information.
Development · Unknown · HTTPS not confirmed
> Check the new Promotions onboarding guide. We created this guide to improve the onboarding experience for developers at VTEX. It assembles all documentation on our Developer Portal about Promotions and is organized by focusing on the developer's journey. The Promotions & Taxes API allows you to manage and retrieve all promotions, coupons and tax rules from your VTEX store. ## Index ### Coupons `POST` Create multiple coupons `POST` Create coupon `GET` Get coupon by coupon code `GET` Get archived coupon by coupon code `POST` Archive coupon by coupon code `POST` Update coupon `GET` Get all coupons `POST` Coupon Massive Generation `GET` Get coupon usage `POST` Unarchive coupon by coupon code ### Promotions and Taxes `GET` Get All Promotions `GET` Get All Taxes `GET` Get Promotion or Tax By ID `POST` Create or Update Promotion or Tax `POST` Create Multiple SKU Promotion `PUT` Update Multiple SKU Promotion `POST` Archive Promotion or Tax `POST` Unarchive Promotion or Tax `GET` List archived Promotions `GET` List archived Taxes ### Campaign Audiences `GET` Get campaign audience configuration `POST` Create campaign audience
Development · Unknown · HTTPS not confirmed
Welcome to the Proxy API. You can use this API to access all Proxy API endpoints. ## Base URL The base URL for all API requests is `https://unify.apideck.com` ## Headers Custom headers that are expected as part of the request. Note that RFC7230 states header names are case insensitive. | Name | Type | Required | Description | | ---------------------------------- | ------ | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | Authorization | String | Yes | Bearer API KEY | | x-apideck-app-id | String | Yes | The application id of your Unify application. Available at https://app.apideck.com/unify/api-keys. | | x-apideck-consumer-id | String | Yes | The id of the customer stored inside Apideck Vault. This can be a user id, account id, device id or whatever entity that can have integration within your app. | | x-apideck-downstream-url | String | Yes | Downstream URL to forward the request too | | x-apideck-downstream-authorization | String | No | Downstream authorization header. This will skip the Vault token injection. | | x-apideck-downstream-
Development · Unknown · HTTPS not confirmed