Download the PHP package minotaurlogistics/ebay-identity-api without Composer
On this page you can find all versions of the php package minotaurlogistics/ebay-identity-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package ebay-identity-api
SwaggerClient-php
Retrieves the authenticated user's account profile information. It can be used to let users log into your app or site using eBay, which frees you from needing to store and protect user's PII (Personal Identifiable Information) data.
This PHP package is automatically generated by the Swagger Codegen project:
- API version: v1.0.0
- Package version: 1.0
- Build package: io.swagger.codegen.languages.PhpClientCodegen
Requirements
PHP 5.5 and later
Installation & Usage
Composer
To install the bindings via Composer, add the following to composer.json
:
Then run composer install
Manual Installation
Download the files and include autoload.php
:
Tests
To run the unit tests:
Generate Client
Getting Started
Please follow the installation procedure and then run the following:
Documentation for API Endpoints
All URIs are relative to https://apiz.ebay.com/commerce/identity/v1
Class | Method | HTTP request | Description |
---|---|---|---|
UserApi | getUser | GET /user/ |
Documentation For Models
- Address
- BusinessAccount
- Contact
- IndividualAccount
- Phone
- UserResponse
Documentation For Authorization
Authorization Code
- Type: OAuth
- Flow: accessCode
- Authorization URL: https://auth.ebay.com/oauth2/authorize
- Scopes:
- https://api.ebay.com/oauth/api_scope/commerce.identity.email.readonly: View a user's personal email information from their eBay member account
- https://api.ebay.com/oauth/api_scope/commerce.identity.address.readonly: View a user's personal address information from their eBay member account
- https://api.ebay.com/oauth/api_scope/commerce.identity.readonly: View a user's basic information, such as username or business account details, from their eBay member account
- https://api.ebay.com/oauth/api_scope/commerce.identity.name.readonly: View a user's first and last name from their eBay member account
- https://api.ebay.com/oauth/api_scope/commerce.identity.phone.readonly: View a user's personal telephone information from their eBay member account
Author
All versions of ebay-identity-api with dependencies
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^6.2