paxful / api-docs

Docs for Paxful API v1
21 stars 43 forks source link

About "tags" field use. #27

Open pl0mo opened 3 years ago

pl0mo commented 3 years ago

Hello,

I'm trying to create an offer using REST API which includes "no-verification-needed" tag, without success.

From API docs, at "offer/create" entry says this about "tags" field:

Comma separated list of tags, if a tag was not approved before, it's ignored.

I have try several ways like:

tags="no-verification-id"

tags="no verification id"

tags="no+verification+id"

tags="[no-verification-id]"

But no one of above works.

So, question is: Who should I supply tags?

Thanks in advance.