Download OpenAPI specification:Download
This is the internal API authorization server documentation for the PizziPayment. You can find out more about Pizzi here.
Create an access token.
grant_type required | string Value: "password" |
username required | string |
password required | string <password> Password |
{- "grant_type": "password",
- "username": "test@test.eu",
- "password": "Valid_passw0rd"
}
Access token example
{- "access_token": "3ad18066641214f27c4d8bea380dbdeccd44c5d4",
- "refresh_token": "bcbdedcbd8d206bf2654c8ff19149f6bfbf3a858",
- "access_token_expires_at": "2022-04-19T20:52:21.548Z",
- "refresh_token_expires_at": "2022-05-19T20:52:21.548Z"
}