# F2F Single-use Listings These endpoints are no longer supported. We do not recommend using these endpoints. ## Create a new single-use, face-to-face listing for the logged-in user (deprecated) - [POST /p2p/me/single_use_listings/create](https://docs.trustap.com/apis/openapi/f2f-single-use-listings/createp2psingleuselistingwithdetails.md): Single-use listings are disabled once the remainder has been paid for a transaction created from it. Offline access is allowed for this endpoint when the user has granted the scope to the client that is performing the request. ## Delete this listing (deprecated) - [DELETE /p2p/single_use_listings/{listingId}](https://docs.trustap.com/apis/openapi/f2f-single-use-listings/deletep2psingleuselisting.md) ## Get a listing by its ID (deprecated) - [GET /p2p/single_use_listings/{listingId}](https://docs.trustap.com/apis/openapi/f2f-single-use-listings/getp2psingleuselisting.md) ## Patch listing properties (deprecated) - [PATCH /p2p/single_use_listings/{listingId}](https://docs.trustap.com/apis/openapi/f2f-single-use-listings/patchp2psingleuselisting.md) ## Create a transaction from this listing (deprecated) - [POST /p2p/single_use_listings/{listingId}/create_transaction](https://docs.trustap.com/apis/openapi/f2f-single-use-listings/createtransactionfromp2psingleuselisting.md): Offline access is allowed for this endpoint when the user has granted the scope to the client that is performing the request. ## Disable this listing (deprecated) - [POST /p2p/single_use_listings/{listingId}/disable](https://docs.trustap.com/apis/openapi/f2f-single-use-listings/disablep2psingleuselisting.md): Calling on a disabled listing will return a response. Offline access is allowed for this endpoint when the user has granted the scope to the client that is performing the request. ## Enable this listing (deprecated) - [POST /p2p/single_use_listings/{listingId}/enable](https://docs.trustap.com/apis/openapi/f2f-single-use-listings/enablep2psingleuselisting.md): Offline access is allowed for this endpoint when the user has granted the scope to the client that is performing the request. ## Set pricing for this listing (deprecated) - [POST /p2p/single_use_listings/{listingId}/set_deposit_pricing](https://docs.trustap.com/apis/openapi/f2f-single-use-listings/setp2psingleuselistingpricing.md): Offline access is allowed for this endpoint when the user has granted the scope to the client that is performing the request. ## Set the description for this listing (deprecated) - [POST /p2p/single_use_listings/{listingId}/set_description](https://docs.trustap.com/apis/openapi/f2f-single-use-listings/setp2psingleuselistingdescription.md): Offline access is allowed for this endpoint when the user has granted the scope to the client that is performing the request.