The UPS OAuth Client Credentials API helps retrieve an OAuth Bearer token when the integration owner is also the UPS shipper.
Project description
Ups0authClientCredentials Python SDK 1.0.0
Welcome to the Ups0authClientCredentials SDK documentation. This guide will help you get started with integrating and using the Ups0authClientCredentials SDK in your project.
Versions
- SDK version:
1.0.0
About the API
The UPS OAuth Client Credentials API helps retrieve an OAuth Bearer token when the integration owner is also the UPS shipper. The integration owner uses their UPS login credentials, and the UPS account number, to receive a token that can be used in the authorization HTTP header of subsequent API calls to UPS APIs like the Ship API, Track API, etc. https://developer.ups.com/api/reference/oauth/client-credentials
Table of Contents
Setup & Configuration
Supported Language Versions
This SDK is compatible with the following versions: Python >= 3.7
Installation
To get started with the SDK, we recommend installing using pip
:
pip install ups-0auth-client-credentials
Authentication
Basic Authentication
The Ups0authClientCredentials API uses Basic Authentication.
You need to provide your username and password when initializing the SDK.
Setting the Username and Password
When you initialize the SDK, you can set the username and password as follows:
Ups0authClientCredentials(
username="YOUR_USERNAME",
password="YOUR_PASSWORD"
)
If you need to set or update the username and password after initializing the SDK, you can use:
sdk.set_basic_auth("YOUR_USERNAME", "YOUR_PASSWORD")
Services
The SDK provides various services to interact with the API.
Below is a list of all available services with links to their detailed documentation:
Name |
---|
SecurityService |
Models
The SDK includes several models that represent the data structures used in API requests and responses. These models help in organizing and managing the data efficiently.
Below is a list of all available models with links to their detailed documentation:
Name | Description |
---|---|
CreateTokenRequest | |
TokenSuccessResponse |
License
This SDK is licensed under the MIT License.
See the LICENSE file for more details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file ups-0auth-client-credentials-1.0.0.tar.gz
.
File metadata
- Download URL: ups-0auth-client-credentials-1.0.0.tar.gz
- Upload date:
- Size: 18.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 57396351cb28a3538a234a59bb7a1604ce811047e39c37c0fceaf3c3bf251d9d |
|
MD5 | 2089fffbefff0afdfc84c1470103b340 |
|
BLAKE2b-256 | 73a56fbccafc192ad02f3d449c5e0e537f087dbf839a7c6d6778b7fe5e4d66b4 |
File details
Details for the file ups_0auth_client_credentials-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: ups_0auth_client_credentials-1.0.0-py3-none-any.whl
- Upload date:
- Size: 29.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 71cc0d74a031f37a41f422d481bc3f721199eb99c81945b18686fad4c7a12a35 |
|
MD5 | dfbde222f44a6b916dd1fcddc9d43bc5 |
|
BLAKE2b-256 | da722212a28c8e80ed09773cde2c015880074ea4bd2f47baac17a1c9a62c832f |