Get Blueprints
GET/api/v8/partner/blueprints
Get Blueprints
Request
Responses
- 200
A list of Blueprints.
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
blueprints object[]required
id integerrequired
document_type stringrequired
Possible values: non-empty
name stringrequired
Possible values: non-empty
{
  "blueprints": [
    {
      "id": 0,
      "document_type": "string",
      "name": "string"
    }
  ]
}
Loading...