Skip to main content
GET
/
api
/
shop
/
marketplace
/
offers
/
{offerId}
/
credentials
/
{credentialId}
Error
A valid request URL is required to generate request examples
{
  "result": {
    "id": 1,
    "login": "user@example.com",
    "email": "user@example.com",
    "game_password": "SecurePass123",
    "password": "",
    "email_password": "EmailPass123",
    "is_2fa_active": false,
    "comment": "Some comment",
    "status": 1,
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

offerId
integer
required
Example:

123

credentialId
integer
required
Example:

456

Response

Success

result
object